UNPKG

vueless

Version:

Vue Styleless UI Component Library, powered by Tailwind CSS.

8 lines (6 loc) 314 B
/** * The file should have `.js` extension to allow import from the folder without adding `/index.ts` in the end. * Vite doesn't recognize `.ts` files without extension. */ export { default as vTooltip } from "./tooltip/vTooltip.ts"; export { default as vClickOutside } from "./clickOutside/vClickOutside.ts";