@cainiaofe/cn-ui-m
Version:
12 lines (11 loc) • 322 B
TypeScript
import * as React from 'react';
import type { CnDepartmentSelectProps } from './types';
declare const CnDepartmentSelect: {
(props: CnDepartmentSelectProps): React.JSX.Element;
displayName: string;
defaultProps: {
mokelay: boolean;
showSearch: boolean;
};
};
export { CnDepartmentSelect };