UNPKG

robust-react-ui

Version:

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

5 lines (4 loc) 224 B
/// <reference types="react" /> import { IComplementaryProps } from './Complementary.types'; declare const Complementary: ({ children, ariaLabelledBy }: IComplementaryProps) => JSX.Element; export default Complementary;