UNPKG

@grandlinex/react-components

Version:
9 lines (8 loc) 250 B
import React from 'react'; import { INames } from '@grandlinex/react-icons'; export default function IconSel(props: { sel?: INames; disabled?: boolean; onChange: (ev: INames | null) => void; className?: string; }): React.JSX.Element;