UNPKG

phx-react

Version:

PHX REACT

10 lines (9 loc) 296 B
import React from 'react'; export interface PHXIconProps { src: string; alt?: string; size?: 'sm' | 'md' | 'lg'; opacity?: 'full' | 'medium' | 'low'; rounded?: boolean; } export declare const PHXIcon: ({ alt, opacity, rounded, size, src }: PHXIconProps) => React.JSX.Element;