vuetensils
Version:
A 'naked' component library for building accessible, lightweight, on-brand applications.
22 lines (21 loc) • 446 B
TypeScript
declare const _default: {
name: string;
inheritAttrs: boolean;
props: {
action: {
type: StringConstructor;
default: string;
};
data: {
type: ObjectConstructor;
default: () => {};
};
};
emits: string[];
computed: {
tag(): "a" | "button" | "RouterLink";
type(): any;
listeners(): any;
};
};
export default _default;