UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

4 lines (3 loc) 207 B
export type BreakPoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'; export declare const breakPoints: readonly BreakPoint[]; export declare const currentBreakPoint: import('vue').Ref<BreakPoint, BreakPoint>;