UNPKG

@formant/ava-react

Version:

React components of AVA.

9 lines (8 loc) 543 B
import type { ThemeStylesProps } from '../types'; export declare const Bullet: import("styled-components").StyledComponent<"div", any, ThemeStylesProps, never>; export declare const Ol: import("styled-components").StyledComponent<"div", any, ThemeStylesProps, never>; export declare const Ul: import("styled-components").StyledComponent<"div", any, ThemeStylesProps, never>; export declare const Li: import("styled-components").StyledComponent<"li", any, ThemeStylesProps & { collapsible: boolean; showBulletsLine: boolean; }, never>;