UNPKG

lightning-auth-and-payment

Version:

Lightning Network authentication and payment processing library for modern web applications

12 lines 469 B
/** * Theme system exports * Central export point for the theming system */ export * from './types'; export * from './tokens'; export * from './context'; export * from './utils'; export { useTheme, useThemeMode, useThemeClass, ThemeProvider } from './context'; export { defaultTheme, lightColors, darkColors, themePresets } from './tokens'; export { themeToCSSVariables, applyThemeToElement, generateColorClasses } from './utils'; //# sourceMappingURL=index.d.ts.map