UNPKG

umbrellamode

Version:

UmbrellaMode shared library

7 lines 276 B
import { ReactNode } from "react"; interface ShadowWidgetRootProps { children: ReactNode; } export declare const ShadowWidgetRoot: ({ children }: ShadowWidgetRootProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=shadow-widget-root.d.ts.map