floating-vue
Version:
Easy Vue tooltips, dropdowns, menus & popovers using floating-ui
12 lines (11 loc) • 383 B
TypeScript
export type FloatingVueConfig = any;
export declare const config: FloatingVueConfig;
/**
* Get default config value depending on theme
*/
export declare function getDefaultConfig(theme: string, key: string): any;
/**
* Theme CSS inheritance
*/
export declare function getThemeClasses(theme: string): string[];
export declare function getAllParentThemes(theme: string): string[];