@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative JSON Schema syntax that can be used to describe the content of data interpretation reports.
5 lines • 1 kB
TypeScript
export declare const Bullet: ({ children, style, theme, forwardRef, ...rest }: import("./types").CommonComponentProps) => import("preact").VNode<import("preact").ClassAttributes<HTMLElement> & import("preact").JSX.HTMLAttributes<EventTarget>>;
export declare const Li: ({ children, style, theme, forwardRef, ...rest }: import("./types").CommonComponentProps) => import("preact").VNode<import("preact").ClassAttributes<HTMLElement> & import("preact").JSX.HTMLAttributes<EventTarget>>;
export declare const Ol: ({ children, style, theme, forwardRef, ...rest }: import("./types").CommonComponentProps) => import("preact").VNode<import("preact").ClassAttributes<HTMLElement> & import("preact").JSX.HTMLAttributes<EventTarget>>;
export declare const Ul: ({ children, style, theme, forwardRef, ...rest }: import("./types").CommonComponentProps) => import("preact").VNode<import("preact").ClassAttributes<HTMLElement> & import("preact").JSX.HTMLAttributes<EventTarget>>;
//# sourceMappingURL=bullet.d.ts.map