UNPKG

@re-flex/ui

Version:
9 lines (8 loc) 196 B
import React from "react"; declare type IconProps = React.HTMLProps<HTMLElement> & { sx?: { [key: string]: any; }; }; declare const Icon: React.FC<IconProps>; export default Icon;