UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 214 B
/// <reference types="react" /> import { ListIconProps } from './type'; declare const ListIcon: { ({ verticalAlign, ...props }: ListIconProps): JSX.Element; displayName: string; }; export default ListIcon;