UNPKG

@zog-ui/core

Version:

[![npm](https://img.shields.io/npm/dm/@zog-ui/core)](https://www.npmjs.com/package/@zog-ui/core)

6 lines (5 loc) 170 B
/// <reference types="react" /> export interface ParagraphProps { } export declare function Paragraph(props: ParagraphProps): JSX.Element; export default Paragraph;