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"; /** * Supported cultures list component * @param props Props * @returns Component */ export declare function CultureList(props: Omit<SelectExProps<ListType1>, "options">): import("react/jsx-runtime").JSX.Element;