UNPKG

robust-react-ui

Version:

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

6 lines (5 loc) 235 B
/// <reference types="react" /> import { IParagraphProps } from './Paragraph.types'; import './Paragraph.scss'; declare const Paragraph: ({ children, id, size, bolded, }: IParagraphProps) => JSX.Element; export default Paragraph;