| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- import type { ExtractPropTypes, PropType } from 'vue';
- export declare const dividerProps: () => {
- prefixCls: StringConstructor;
- type: {
- type: PropType<"" | "vertical" | "horizontal">;
- default: string;
- };
- dashed: {
- type: BooleanConstructor;
- default: boolean;
- };
- orientation: {
- type: PropType<"left" | "right" | "center">;
- default: string;
- };
- plain: {
- type: BooleanConstructor;
- default: boolean;
- };
- orientationMargin: (StringConstructor | NumberConstructor)[];
- };
- export type DividerProps = Partial<ExtractPropTypes<ReturnType<typeof dividerProps>>>;
- declare const _default: {
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
- prefixCls: StringConstructor;
- type: {
- type: PropType<"" | "vertical" | "horizontal">;
- default: string;
- };
- dashed: {
- type: BooleanConstructor;
- default: boolean;
- };
- orientation: {
- type: PropType<"left" | "right" | "center">;
- default: string;
- };
- plain: {
- type: BooleanConstructor;
- default: boolean;
- };
- orientationMargin: (StringConstructor | NumberConstructor)[];
- }>>, () => import("../_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<ExtractPropTypes<{
- prefixCls: StringConstructor;
- type: {
- type: PropType<"" | "vertical" | "horizontal">;
- default: string;
- };
- dashed: {
- type: BooleanConstructor;
- default: boolean;
- };
- orientation: {
- type: PropType<"left" | "right" | "center">;
- default: string;
- };
- plain: {
- type: BooleanConstructor;
- default: boolean;
- };
- orientationMargin: (StringConstructor | NumberConstructor)[];
- }>>, {
- type: "" | "vertical" | "horizontal";
- dashed: boolean;
- orientation: "left" | "right" | "center";
- plain: boolean;
- }, true, {}, {}, {
- P: {};
- B: {};
- D: {};
- C: {};
- M: {};
- Defaults: {};
- }, Readonly<ExtractPropTypes<{
- prefixCls: StringConstructor;
- type: {
- type: PropType<"" | "vertical" | "horizontal">;
- default: string;
- };
- dashed: {
- type: BooleanConstructor;
- default: boolean;
- };
- orientation: {
- type: PropType<"left" | "right" | "center">;
- default: string;
- };
- plain: {
- type: BooleanConstructor;
- default: boolean;
- };
- orientationMargin: (StringConstructor | NumberConstructor)[];
- }>>, () => import("../_util/type").VueNode, {}, {}, {}, {
- type: "" | "vertical" | "horizontal";
- dashed: boolean;
- orientation: "left" | "right" | "center";
- plain: boolean;
- }>;
- __isFragment?: never;
- __isTeleport?: never;
- __isSuspense?: never;
- } & import("vue").ComponentOptionsBase<Readonly<ExtractPropTypes<{
- prefixCls: StringConstructor;
- type: {
- type: PropType<"" | "vertical" | "horizontal">;
- default: string;
- };
- dashed: {
- type: BooleanConstructor;
- default: boolean;
- };
- orientation: {
- type: PropType<"left" | "right" | "center">;
- default: string;
- };
- plain: {
- type: BooleanConstructor;
- default: boolean;
- };
- orientationMargin: (StringConstructor | NumberConstructor)[];
- }>>, () => import("../_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
- type: "" | "vertical" | "horizontal";
- dashed: boolean;
- orientation: "left" | "right" | "center";
- plain: boolean;
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
- export default _default;
|