element-plus
Version:
A Component Library for Vue 3
7 lines (6 loc) • 477 B
TypeScript
import type { ExtractPropTypes } from 'vue';
export declare const dividerProps: {
readonly direction: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "horizontal", unknown, "horizontal" | "vertical", unknown>;
readonly contentPosition: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "center", unknown, "center" | "right" | "left", unknown>;
};
export declare type DividerProps = ExtractPropTypes<typeof dividerProps>;