UNPKG

@cainiaofe/cn-ui-m

Version:
12 lines (11 loc) 349 B
/// <reference types="react" /> import type { CnDepartmentSelectProps } from './types'; export declare const CnDepartmentSelect: { (props: CnDepartmentSelectProps): import("react").JSX.Element; displayName: string; defaultProps: { mokelay: boolean; showSearch: boolean; }; }; export type { CnDepartmentSelectProps };