UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 191 B
import { LegendProps } from './types'; declare const Legend: ({ text, isBold, className, align, legendSize, }: LegendProps) => import("react/jsx-runtime").JSX.Element; export default Legend;