@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.
10 lines • 417 B
TypeScript
import { ComponentChildren } from 'preact';
import { SeedTokenOptions } from '../../../theme';
type ThemeProviderProps = {
children: ComponentChildren;
themeSeedToken?: SeedTokenOptions;
};
export declare function ThemeProvider({ themeSeedToken, children }: ThemeProviderProps): import("preact").JSX.Element;
export declare function useTheme(): SeedTokenOptions;
export {};
//# sourceMappingURL=theme.d.ts.map