UNPKG

liber-salti

Version:

Saltí - Liber Design System

6 lines (5 loc) 350 B
/// <reference types="react-addons-linked-state-mixin" /> import React from 'react'; import { IFluentIconsProps } from '@fluentui/react-icons/lib/cjs/utils/IFluentIconsProps.types'; declare const wrapIcon: (icon: JSX.Element, displayName?: string) => React.FC<React.HTMLAttributes<HTMLSpanElement> & IFluentIconsProps>; export default wrapIcon;