UNPKG

@cainiaofe/cn-ui-m

Version:
6 lines (5 loc) 234 B
/// <reference types="react" /> import './calendar.scss'; import { CnCalendarProps, CnCalendarRef } from './types'; export declare const CnCalendar: import("react").FC<CnCalendarProps>; export type { CnCalendarProps, CnCalendarRef };