UNPKG

@woocommerce/data

Version:
9 lines 258 B
/** * Internal dependencies */ import { TaskType } from './types'; /** * Filters tasks to only visible tasks, taking in account snoozed tasks. */ export declare const getVisibleTasks: (tasks: TaskType[]) => TaskType[]; //# sourceMappingURL=utils.d.ts.map