UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

5 lines (4 loc) 315 B
import { InlineStylesInput } from './styles-to-string/styles-to-string'; export interface InlineStylesProps extends InlineStylesInput, Omit<React.ComponentPropsWithoutRef<'style'>, keyof InlineStylesInput> { } export declare function InlineStyles(props: InlineStylesInput): import("react/jsx-runtime").JSX.Element;