UNPKG

@cainiaofe/cn-ui-m

Version:
8 lines (7 loc) 283 B
import { CnDemoBlockProps } from './types'; import './cn-demo-block.scss'; declare const CnDemoBlock: { (props: CnDemoBlockProps): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>; displayName: string; }; export default CnDemoBlock;