Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 2.04 KB

File metadata and controls

66 lines (36 loc) · 2.04 KB

andculturecode-javascript-react-components › ParagraphProps

Interface: ParagraphProps

Hierarchy

  • ParagraphProps

Index

Properties

Properties

Optional children

• children? : any

Defined in src/atoms/typography/paragraph.tsx:10


Optional cssClassName

• cssClassName? : undefined | string

Defined in src/atoms/typography/paragraph.tsx:11


Optional dangerouslySetInnerHTML

• dangerouslySetInnerHTML? : undefined | object

Defined in src/atoms/typography/paragraph.tsx:12


Optional id

• id? : undefined | string

Defined in src/atoms/typography/paragraph.tsx:13


Optional ref

• ref? : RefObject‹HTMLParagraphElement› | null

Defined in src/atoms/typography/paragraph.tsx:14


Optional size

• size? : ParagraphSizes

Defined in src/atoms/typography/paragraph.tsx:15