UNPKG

y-design-ssr

Version:

SSR component library of YUI with Vue3

97 lines (96 loc) 4.33 kB
import { PropType, VNodeChild } from 'vue'; declare const _default: import("vue").DefineComponent<{ modelValue: { type: (StringConstructor | NumberConstructor)[]; default: null; }; placeholder: { type: StringConstructor; default: string; }; min: { type: NumberConstructor; default: number; }; step: { type: NumberConstructor; default: number; }; integer: { type: BooleanConstructor; default: boolean; }; max: { type: NumberConstructor; default: number; }; disabled: { type: BooleanConstructor; default: boolean; }; disableInput: { type: BooleanConstructor; default: boolean; }; inputWidth: { type: (StringConstructor | NumberConstructor)[]; default: string; }; size: { type: PropType<number | typeof Symbol.iterator | "link" | "small" | "sub" | "sup" | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "at" | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "valueOf" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "strike" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll">; default: null; }; }, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "change" | "update:modelValue" | "blur" | "subtract" | "addit" | "foucs", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ modelValue: { type: (StringConstructor | NumberConstructor)[]; default: null; }; placeholder: { type: StringConstructor; default: string; }; min: { type: NumberConstructor; default: number; }; step: { type: NumberConstructor; default: number; }; integer: { type: BooleanConstructor; default: boolean; }; max: { type: NumberConstructor; default: number; }; disabled: { type: BooleanConstructor; default: boolean; }; disableInput: { type: BooleanConstructor; default: boolean; }; inputWidth: { type: (StringConstructor | NumberConstructor)[]; default: string; }; size: { type: PropType<number | typeof Symbol.iterator | "link" | "small" | "sub" | "sup" | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "at" | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "valueOf" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "strike" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll">; default: null; }; }>>, { size: number | typeof Symbol.iterator | "link" | "small" | "sub" | "sup" | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "at" | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "valueOf" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "strike" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll"; disabled: boolean; modelValue: string | number; max: number; min: number; step: number; placeholder: string; integer: boolean; disableInput: boolean; inputWidth: string | number; }>; export default _default;