@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.
21 lines (20 loc) • 416 B
TypeScript
declare const _default: {
data(): {
input: string;
textarea: string;
select: null;
options: {
id: number;
label: string;
}[];
checkboxGroup: string[];
radioGroup: string;
checkbox: boolean;
toggle: boolean;
loading: boolean;
};
methods: {
onSubmit(): void;
};
};
export default _default;