UNPKG

uinix-theme

Version:

Fully configurable framework-agnostic theme system (spec, theme, renderer, themed styles/keyframes/CSS variables) for building UIs. Your theme your rules 🤘.

6 lines (5 loc) • 267 B
export function responsiveValue({ responsiveBreakpoints, responsiveCssProperties, }: { responsiveBreakpoints?: string[] | undefined; responsiveCssProperties?: string[] | undefined; }): _FelaPlugin; export type _FelaPlugin = import('../types.js')._FelaPlugin;