zview-plus
Version:
基于 Vue3 的 UI 组件库
20 lines (19 loc) • 486 B
TypeScript
import { ExtractPropTypes } from "vue";
export declare const DividerProps: {
direction: {
type: StringConstructor;
values: string[];
default: string;
};
contentPosition: {
type: StringConstructor;
values: string[];
default: string;
};
borderStyle: {
type: StringConstructor;
values: string[];
default: string;
};
};
export declare type DividerProps = ExtractPropTypes<typeof DividerProps>;