@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
18 lines (17 loc) • 452 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
export * from './aria';
export * from './button-link-text';
export * from './callbacks';
export * from './common';
export * from './dialog';
export * from './icons';
export * from './input/iso8601';
export * from './input/numberString';
export * from './input/types';
export * from './modal';
export * from './table';
export * from './unknown';
export * from './w3c';
//# sourceMappingURL=index.js.map