UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

12 lines (11 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultBreakpoints = void 0; exports.defaultBreakpoints = { xs: 0, // mobile s: 640, // tablet m: 1024, // laptop s l: 1280, // laptop xl: 1536, // laptop l xxl: 1920 // normal desktop display };