UNPKG

@devcycle/nextjs-sdk

Version:

The Next.js SDK for DevCycle!

5 lines (4 loc) 277 B
import { ComponentProps, ComponentType } from 'react'; export declare const renderIfEnabled: <T extends { default: ComponentType<any>; }>(key: string, importFunc: () => Promise<T>) => (props: ComponentProps<T["default"]>) => import("react/jsx-runtime").JSX.Element | null;