UNPKG

vue-screen

Version:

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

11 lines (10 loc) 228 B
export type GridTypeBootstrap4Name = 'bootstrap4'; export interface Bootstrap4 { xs: '0px'; sm: '576px'; md: '768px'; lg: '992px'; xl: '1200px'; } declare const _default: Bootstrap4; export default _default;