UNPKG

@luyinghao159/datav-vue3

Version:
14 lines (12 loc) 342 B
import { ExtractPropTypes, PropType } from 'vue'; export declare const borderBoxProps: { color: { type: PropType<Array<string>>; default: () => never[]; }; backgroundColor: { type: StringConstructor; default: string; }; }; export type BorderBoxProps = ExtractPropTypes<typeof borderBoxProps>;