|
| 1 | +declare const _default: import("vue").DefineComponent<{ |
| 2 | + [x: string]: { |
| 3 | + type: globalThis.PropType<any>; |
| 4 | + }; |
| 5 | + color: { |
| 6 | + type: globalThis.PropType<string | undefined>; |
| 7 | + required: true; |
| 8 | + }; |
| 9 | + displayAppendIcon: { |
| 10 | + type: globalThis.PropType<import('../../../src/types').VIconValue | undefined>; |
| 11 | + required: true; |
| 12 | + }; |
| 13 | + displayAppendIconColor: { |
| 14 | + type: globalThis.PropType<string | undefined>; |
| 15 | + required: true; |
| 16 | + }; |
| 17 | + displayAppendInnerIcon: { |
| 18 | + type: globalThis.PropType<import('../../../src/types').VIconValue | undefined>; |
| 19 | + required: true; |
| 20 | + }; |
| 21 | + displayAppendInnerIconColor: { |
| 22 | + type: globalThis.PropType<string | undefined>; |
| 23 | + required: true; |
| 24 | + }; |
| 25 | + displayPrependIcon: { |
| 26 | + type: globalThis.PropType<import('../../../src/types').VIconValue | undefined>; |
| 27 | + required: true; |
| 28 | + }; |
| 29 | + displayPrependIconColor: { |
| 30 | + type: globalThis.PropType<string | undefined>; |
| 31 | + required: true; |
| 32 | + }; |
| 33 | + displayPrependInnerIcon: { |
| 34 | + type: globalThis.PropType<import('../../../src/types').VIconValue | undefined>; |
| 35 | + required: true; |
| 36 | + }; |
| 37 | + displayPrependInnerIconColor: { |
| 38 | + type: globalThis.PropType<string | undefined>; |
| 39 | + required: true; |
| 40 | + }; |
| 41 | + displayValue: { |
| 42 | + type: globalThis.PropType<any>; |
| 43 | + required: true; |
| 44 | + }; |
| 45 | + empty: { |
| 46 | + type: globalThis.PropType<import("vue").MaybeRef<boolean>>; |
| 47 | + }; |
| 48 | + error: { |
| 49 | + type: globalThis.PropType<import("vue").MaybeRef<boolean>>; |
| 50 | + }; |
| 51 | + field: { |
| 52 | + type: globalThis.PropType<string>; |
| 53 | + required: true; |
| 54 | + }; |
| 55 | + underlineColor: { |
| 56 | + type: globalThis.PropType<string>; |
| 57 | + }; |
| 58 | + underlineStyle: { |
| 59 | + type: globalThis.PropType<string>; |
| 60 | + }; |
| 61 | + underlineWidth: { |
| 62 | + type: globalThis.PropType<string>; |
| 63 | + }; |
| 64 | + underlined: { |
| 65 | + type: globalThis.PropType<boolean>; |
| 66 | + }; |
| 67 | +}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggleField"[], "toggleField", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ |
| 68 | + [x: string]: { |
| 69 | + type: globalThis.PropType<any>; |
| 70 | + }; |
| 71 | + color: { |
| 72 | + type: globalThis.PropType<string | undefined>; |
| 73 | + required: true; |
| 74 | + }; |
| 75 | + displayAppendIcon: { |
| 76 | + type: globalThis.PropType<import('../../../src/types').VIconValue | undefined>; |
| 77 | + required: true; |
| 78 | + }; |
| 79 | + displayAppendIconColor: { |
| 80 | + type: globalThis.PropType<string | undefined>; |
| 81 | + required: true; |
| 82 | + }; |
| 83 | + displayAppendInnerIcon: { |
| 84 | + type: globalThis.PropType<import('../../../src/types').VIconValue | undefined>; |
| 85 | + required: true; |
| 86 | + }; |
| 87 | + displayAppendInnerIconColor: { |
| 88 | + type: globalThis.PropType<string | undefined>; |
| 89 | + required: true; |
| 90 | + }; |
| 91 | + displayPrependIcon: { |
| 92 | + type: globalThis.PropType<import('../../../src/types').VIconValue | undefined>; |
| 93 | + required: true; |
| 94 | + }; |
| 95 | + displayPrependIconColor: { |
| 96 | + type: globalThis.PropType<string | undefined>; |
| 97 | + required: true; |
| 98 | + }; |
| 99 | + displayPrependInnerIcon: { |
| 100 | + type: globalThis.PropType<import('../../../src/types').VIconValue | undefined>; |
| 101 | + required: true; |
| 102 | + }; |
| 103 | + displayPrependInnerIconColor: { |
| 104 | + type: globalThis.PropType<string | undefined>; |
| 105 | + required: true; |
| 106 | + }; |
| 107 | + displayValue: { |
| 108 | + type: globalThis.PropType<any>; |
| 109 | + required: true; |
| 110 | + }; |
| 111 | + empty: { |
| 112 | + type: globalThis.PropType<import("vue").MaybeRef<boolean>>; |
| 113 | + }; |
| 114 | + error: { |
| 115 | + type: globalThis.PropType<import("vue").MaybeRef<boolean>>; |
| 116 | + }; |
| 117 | + field: { |
| 118 | + type: globalThis.PropType<string>; |
| 119 | + required: true; |
| 120 | + }; |
| 121 | + underlineColor: { |
| 122 | + type: globalThis.PropType<string>; |
| 123 | + }; |
| 124 | + underlineStyle: { |
| 125 | + type: globalThis.PropType<string>; |
| 126 | + }; |
| 127 | + underlineWidth: { |
| 128 | + type: globalThis.PropType<string>; |
| 129 | + }; |
| 130 | + underlined: { |
| 131 | + type: globalThis.PropType<boolean>; |
| 132 | + }; |
| 133 | +}>> & { |
| 134 | + onToggleField?: ((...args: any[]) => any) | undefined; |
| 135 | +}, {}, {}>; |
| 136 | +export default _default; |
0 commit comments