UNPKG

bits-ui

Version:

The headless components for Svelte.

7 lines (6 loc) 186 B
import type { AnyFn } from "./types.js"; export declare class SharedState<T extends AnyFn> { #private; constructor(factory: T); get(...args: Parameters<T>): ReturnType<T>; }