UNPKG

@radix-ui/themes

Version:

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

5 lines (4 loc) 229 B
/// <reference types="react" /> type InlineStyle = React.CSSProperties | Record<string, string | number | null | undefined> | undefined; export declare function mergeStyles(...styles: Array<InlineStyle>): InlineStyle; export {};