UNPKG

hongluan-ui

Version:
9 lines (8 loc) 281 B
import type { ExtractPropTypes, PropType } from 'vue'; import type { DateCell } from '../date-picker.type'; export declare const basicCellProps: { cell: { type: PropType<DateCell>; }; }; export declare type BasicCellProps = ExtractPropTypes<typeof basicCellProps>;