UNPKG

@formant/ava-react

Version:

React components of AVA.

4 lines (3 loc) 246 B
import type { TextParagraphSpec } from '@formant/ava'; import type { ThemeStylesProps } from '../types'; export declare const P: import("styled-components").StyledComponent<"p", any, ThemeStylesProps & Pick<TextParagraphSpec, "indents">, never>;