@poupe/vue
Version:
Vue component library for Poupe UI framework with theme customization and accessibility support
11 lines (7 loc) • 366 B
TypeScript
/** @returns the glob patterns needed by tailwindcss to scan classes */
export declare const contentGlobs: () => string[];
/** @returns the directory path to the `@poupe/vue` package */
export declare const contentPath: () => string;
/** @returns array of required third-party tailwind plugins */
export declare const tailwindPlugins: any[];
export { }