UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

15 lines (14 loc) 432 B
/*! * KoliBri - The accessible HTML-Standard */ import { Theme } from "adopted-style-sheets"; import { KeyEnum } from "./i18n-keys"; import { TagEnum } from "./tag-names"; export const KoliBri = new Theme('kol', KeyEnum, TagEnum); export * from './components'; export * from './interfaces'; export * from './props'; export * from './types'; export * from './utils'; export * from './validators'; //# sourceMappingURL=index.js.map