interface ProfilerProps {
    children?: ReactNode;
    id: string;
    onRender: ProfilerOnRenderCallback;
}

Properties

Properties

children?: ReactNode
id: string