import type { TodoListPageContextType } from './TodoListPageContext'; /** * 待办列表数据 */ export default function useTodoListPageProvider(): TodoListPageContextType;