UNPKG

vueless

Version:

Vue Styleless UI Component Library, powered by Tailwind CSS.

14 lines (13 loc) 328 B
export namespace componentResolver { let type: string; function resolve(componentName: any): { from: string; } | undefined; } export namespace directiveResolver { let type_1: string; export { type_1 as type }; export function resolve(directive: any): { from: string; } | undefined; }