UNPKG

robust-react-ui

Version:

A React component library, built with a focus on accessibility, extensibility and reusability.

9 lines (8 loc) 228 B
import React from 'react'; export interface IFormLegendProps { /** * Provides the component with an id attribute. May be used for accessibility purposes. */ id: string; children: React.ReactNode; }