UNPKG

@etsoo/smarterp-core

Version:

TypeScript APIs for SmartERP Core

9 lines (8 loc) 311 B
import { SelectExProps } from "@etsoo/materialui"; import { ListType1 } from "@etsoo/shared"; /** * Document kind list component * @param props Props * @returns Component */ export declare function DocumentKindList(props: Omit<SelectExProps<ListType1>, "options">): import("react/jsx-runtime").JSX.Element;