UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

5 lines (4 loc) 230 B
export interface RadioIconProps extends React.ComponentPropsWithoutRef<'svg'> { size?: string | number; } export declare function RadioIcon({ size, style, ...others }: RadioIconProps): import("react/jsx-runtime").JSX.Element;