@sky-mavis/tanto-widget
Version:
Tanto Widget
7 lines (6 loc) • 312 B
TypeScript
import type { PropsWithChildren } from 'react';
import type { TantoWidgetTheme } from '../../types/theme';
export interface ThemeProviderProps {
theme?: TantoWidgetTheme;
}
export declare function ThemeProvider(props: PropsWithChildren<ThemeProviderProps>): import("@emotion/react/jsx-runtime").JSX.Element;