UNPKG

super-jss

Version:

Super JavaScript Stylesheets for Angular 20 — atomic CSS-in-JS using Signals with responsive breakpoints and theming.

10 lines (6 loc) 277 B
import { SjTheme } from 'super-jss'; declare const desertTheme: SjTheme; declare const desertDarkTheme: Partial<SjTheme>; declare const oceanTheme: SjTheme; declare const oceanDarkTheme: Partial<SjTheme>; export { desertDarkTheme, desertTheme, oceanDarkTheme, oceanTheme };