UNPKG

araya-styled-comp-lib

Version:

mark 1 react component library styled component

9 lines (8 loc) 248 B
import React from 'react'; import { IconProps } from '../../types'; declare const RadioIcon: ({ checked, ...props }: React.SVGProps<SVGSVGElement> & { id?: string; } & { checked?: boolean; }) => React.JSX.Element; export default RadioIcon;