UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

6 lines (5 loc) • 258 B
export declare function useContainerSize<T extends HTMLElement>(): readonly [import("react").RefObject<T>, number, number]; export declare function parseCssToGroups(css: string): Record<string, { comment?: string; styles: Record<string, string>; }>;