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.

10 lines (9 loc) 243 B
export declare const localStorageMock: { store: { [key: string]: string; }; getItem: (key: string) => string; setItem: (key: string, value: any) => void; clear: () => void; removeItem: (key: string) => void; };