UNPKG

@frontify/fondue

Version:
13 lines (11 loc) 201 B
declare const styles: { /** * dark theme class */ dark: string; /** * light theme class */ light: string; }; export default styles;