UNPKG

@cainiaofe/cn-ui-m

Version:
4 lines (3 loc) 173 B
import { ForwardRefRenderFunction } from 'react'; import type { CnDialogProps } from './types'; export declare const CnDialog: ForwardRefRenderFunction<any, CnDialogProps>;