UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

10 lines (9 loc) 337 B
import { FC } from 'react'; import { RadioSimpleProps } from './RadioSimple.types'; import './RadioSimple.style.scss'; /** * The RadioSimple component. * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`) */ declare const RadioSimple: FC<RadioSimpleProps>; export default RadioSimple;