UNPKG

@slashid/react-primitives

Version:

Primitive components for the /id React SDK

9 lines 309 B
export declare class CookieStorage implements Storage { clear(): void; getItem(key: string): string | null; removeItem(key: string): void; key(index: number): string | null; setItem(key: string, value: string): void; get length(): number; } //# sourceMappingURL=cookie-storage.d.ts.map