UNPKG

design-system-simplefi

Version:

Design System for SimpleFi Applications

4 lines (3 loc) 265 B
import { ParagraphProps } from './Paragraph.types'; declare const Paragraph: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, import("../Text/Text.types").TextProps & ParagraphProps, never>; export default Paragraph;