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.

11 lines (10 loc) 250 B
export declare const matchMediaMock: (query: string) => { matches: boolean; media: string; onchange: null; addListener: any; removeListener: any; addEventListener: any; removeEventListener: any; dispatchEvent: any; };