2025-12-10 12:02:17 +08:00

4 lines
159 B
TypeScript

export { default as anchorDark } from './dark';
export { default as anchorLight } from './light';
export type { AnchorTheme, AnchorThemeVars } from './light';