UNPKG

@sky-mavis/tanto-widget

Version:
5 lines (4 loc) 361 B
import type { PropsWithChildren } from 'react'; import type { WidgetUIConfigState } from './WidgetUIConfigContext'; export type WidgetUIConfigProviderProps = PropsWithChildren<WidgetUIConfigState>; export declare function WidgetUIConfigProvider({ children, config: customConfig }: WidgetUIConfigProviderProps): import("@emotion/react/jsx-runtime").JSX.Element;