@luyinghao159/datav-vue3
Version:
Datav for vue3+vite
14 lines (12 loc) • 342 B
TypeScript
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>;