UNPKG

@etsoo/smarterp-core

Version:
9 lines (8 loc) 296 B
import { SelectExProps } from "@etsoo/materialui"; import { ListType } from "@etsoo/shared"; /** * Days search component * @param props Props * @returns Component */ export declare function SearchDays(props: Omit<SelectExProps<ListType>, "options">): import("react/jsx-runtime").JSX.Element;