UNPKG

phx-react

Version:

PHX REACT

12 lines (11 loc) 286 B
import React from 'react'; import { Color } from '../types'; export declare const PHXLegend: { ({ children }: { children: React.ReactNode; }): React.JSX.Element; Item: ({ color, label }: { color: Color; label: string; }) => React.JSX.Element; };