import type { TodoListPageContextType } from './TodoListPageContext'; /** * 获取待办列表页面对象 */ declare const useTodoListPage: () => TodoListPageContextType; export default useTodoListPage;