import { DateCell } from "../types.js"; import * as _$vue from "vue"; import { ExtractPropTypes, ExtractPublicPropTypes } from "vue"; //#region ../../packages/components/date-picker-panel/src/props/basic-cell.d.ts declare const basicCellProps: { readonly cell: { readonly type: _$vue.PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }; type BasicCellProps = ExtractPropTypes; type BasicCellPropsPublic = ExtractPublicPropTypes; //#endregion export { BasicCellProps, BasicCellPropsPublic, basicCellProps };