UNPKG

@tolokoban/ui

Version:

React components with theme

8 lines 367 B
import { Children } from "../types.js"; import { ModalManagerInterface } from "./types.js"; export interface ModalProviderProps { children: Children; } export declare function ModalProvider({ children }: ModalProviderProps): import("react/jsx-runtime").JSX.Element; export declare function useModal(): ModalManagerInterface; //# sourceMappingURL=provider.d.ts.map