@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.
12 lines • 561 B
TypeScript
import { ComponentChildren } from 'preact';
import { ParagraphType } from '../../../schema';
type CurrentParagraphInfoContextType = {
paragraphType: ParagraphType;
};
type CurrentParagraphInfoProps = {
children: ComponentChildren;
} & CurrentParagraphInfoContextType;
export declare function CurrentParagraphInfoProvider({ paragraphType, children }: CurrentParagraphInfoProps): import("preact").JSX.Element;
export declare function useCurrentParagraphInfo(): CurrentParagraphInfoContextType;
export {};
//# sourceMappingURL=currentParagraphInfo.d.ts.map