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) 258 B
export type GridTypeBootstrapName = 'bootstrap'; export type GridTypeBootstrap3Name = 'bootstrap3'; export interface Bootstrap { xs: '0px'; sm: '768px'; md: '992px'; lg: '1200px'; } declare const _default: Bootstrap; export default _default;