UNPKG

vue-screen

Version:

Reactive screen size and media query states for Vue. Integrates with most UI frameworks out of the box.

12 lines (11 loc) 247 B
export type GridTypeBootstrap5Name = 'bootstrap5'; export interface Bootstrap5 { xs: '0px'; sm: '576px'; md: '768px'; lg: '992px'; xl: '1200px'; xxl: '1400px'; } declare const _default: Bootstrap5; export default _default;