UNPKG

vue-screen

Version:

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

10 lines (9 loc) 212 B
export type GridTypeSemanticUiName = 'semanticUi'; export interface SemanticUi { mobile: 0; tablet: 768; computer: 992; large: 1201; } declare const _default: SemanticUi; export default _default;