UNPKG

@cainiaofe/cn-ui-m

Version:
6 lines (5 loc) 257 B
/// <reference types="react" /> import type { CnDialogFullpageProps } from './types'; import './index.scss'; export declare const CnDialogFullpage: import("react").ForwardRefRenderFunction<any, CnDialogFullpageProps>; export type { CnDialogFullpageProps };