@etsoo/smarterp-core
Version:
TypeScript APIs for SmartERP Core
9 lines (8 loc) • 296 B
TypeScript
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;