UNPKG

@radix-ui/themes

Version:

[![Radix Themes Logo](https://radix-ui.com/social/themes.png)](https://radix-ui.com/themes)

4 lines 239 B
type InlineStyle = React.CSSProperties | Record<string, string | number | null | undefined> | undefined; export declare function mergeStyles(...styles: Array<InlineStyle>): InlineStyle; export {}; //# sourceMappingURL=merge-styles.d.ts.map