UNPKG

@meonode/ui

Version:

A structured approach to component composition, direct CSS-first prop styling, built-in theming, smart prop handling (including raw property pass-through), and dynamic children.

5 lines 293 B
import { type ReactElement } from 'react'; export default function StyleRegistry({ children }: { children: ReactElement; }): import("react").FunctionComponentElement<import("react").ProviderProps<import("@emotion/utils").EmotionCache | null>>; //# sourceMappingURL=registry.client.d.ts.map