UNPKG

@0xsequence/connect

Version:
10 lines 342 B
import { type Theme } from '@0xsequence/design-system'; import { type ReactNode } from 'react'; interface ShadowRootProps { theme?: Theme; children: ReactNode; customCSS?: string; } export declare const ShadowRoot: (props: ShadowRootProps) => import("react").ReactPortal | null; export {}; //# sourceMappingURL=ShadowRoot.d.ts.map