You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
723 B
9 lines
723 B
11 months ago
|
import type { ExtractPropTypes } from 'vue';
|
||
|
export declare type BorderStyle = CSSStyleDeclaration['borderStyle'];
|
||
|
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, "right" | "left" | "center", unknown>;
|
||
|
readonly borderStyle: import("element-plus/es/utils/props").BuildPropReturn<import("element-plus/es/utils/props").PropWrapper<string>, "solid", unknown, unknown, unknown>;
|
||
|
};
|
||
|
export declare type DividerProps = ExtractPropTypes<typeof dividerProps>;
|