4 lines
179 B
TypeScript
Raw Normal View History

2024-08-02 18:19:39 +08:00
export { default as floatButtonDark } from './dark';
export { default as floatButtonLight } from './light';
export type { FloatButtonTheme, FloatButtonThemeVars } from './light';