@inkline/inkline
Version:
Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.
13 lines (12 loc) • 667 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
color: any;
size: any;
disabled: import("vue").ComputedRef<boolean>;
value: import("vue").ComputedRef<any>;
onBlur: (event: Event) => void;
onUpdateModelValue: (value: string) => void;
decrease: () => void;
increase: () => void;
onBlurFormatPrecision: (event: InputElementEvent) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export default _default;