vue-screen
Version:
Reactive screen size and media query states for Vue. Integrates with most UI frameworks out of the box.
21 lines (20 loc) • 723 B
TypeScript
export * from './tailwind';
export * from './bootstrap';
export * from './bootstrap4';
export * from './bootstrap5';
export * from './bulma';
export * from './materialize';
export * from './foundation';
export * from './semanticUi';
declare const _default: {
tailwind: import("./tailwind").Tailwind;
bootstrap: import("./bootstrap").Bootstrap;
bootstrap3: import("./bootstrap").Bootstrap;
bootstrap4: import("./bootstrap4").Bootstrap4;
bootstrap5: import("./bootstrap5").Bootstrap5;
bulma: import("./bulma").Bulma;
materialize: import("./materialize").Materialize;
foundation: import("./foundation").Foundation;
semanticUi: import("./semanticUi").SemanticUi;
};
export default _default;