UNPKG

igniteui-webcomponents

Version:

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.

14 lines 287 B
import { css } from 'lit'; import { styles as fluent } from './shared/group/dropdown-group.fluent.css.js'; const light = { fluent: css ` ${fluent} `, }; const dark = { fluent: css ` ${fluent} `, }; export const all = { light, dark }; //# sourceMappingURL=group.js.map