UNPKG

@cainiaofe/cn-ui-m

Version:
5 lines (4 loc) 261 B
import React from 'react'; import type { CnDepartmentSelectProps } from './types'; export declare const CnDepartmentSelect: React.ForwardRefExoticComponent<CnDepartmentSelectProps & React.RefAttributes<HTMLDivElement>>; export type { CnDepartmentSelectProps };