BaseProviderProps<TConfig>: {
    children: ReactNode;
    config: TConfig;
}

props

Type Parameters

  • TConfig extends BaseConfig

Type declaration

  • children: ReactNode

    The children to render

  • config: TConfig

    The configuration for the Lens SDK