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