UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 223 B
import { LabelProps } from './types'; declare const Label: ({ forId, size, layout, label, isBold, required, type, children, className, style, }: LabelProps) => import("react/jsx-runtime").JSX.Element; export default Label;