UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

5 lines (4 loc) 228 B
import React from 'react'; import { RadioOptionsProps } from './RadioOptions.types'; import './RadioOptions.css'; export declare const RadioOptions: <T extends string | number>(props: RadioOptionsProps<T>) => React.JSX.Element;