@cainiaofe/cn-ui-m
Version:
5 lines (4 loc) • 310 B
TypeScript
/// <reference types="react" />
import type { IEntryPointsData, CnEntryPointsProps } from './types';
export declare const CnEntryPoints: (props: CnEntryPointsProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
export type { IEntryPointsData, CnEntryPointsProps };