UNPKG

robust-react-ui

Version:

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

9 lines (8 loc) 208 B
import { ReactNode } from 'react'; export interface IComplementaryProps { children: ReactNode; /** * An accessible label via id of another element. */ ariaLabelledBy?: string; }