UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

12 lines (11 loc) 326 B
export interface Breakpoints { [key: string]: number[]; } /** * Responsive breakpoints and their values. */ export declare const breakpoints: Breakpoints; /** * Available window breakpoints. The emtpy string is required for generating class names without breakpoints. */ export declare const breakpointKeys: string[];