MCPcopy
hub / github.com/rikschennink/fitty / FittyInstance

Interface FittyInstance

index.d.ts:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 export interface FittyInstance {
14 element: HTMLElement;
15 fit: (options?: FitOptions) => void;
16 freeze: () => void;
17 unfreeze: () => void;
18 unsubscribe: () => void;
19 }
20
21 function fitty(el: HTMLElement, options?: FittyOptions): FittyInstance;
22 function fitty(el: string, options?: FittyOptions): FittyInstance[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…