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