You are viewing API docs for version 1.89.3.

View latest

Home > widget-integration > FactoryProvider

FactoryProvider type

Signature:

export type FactoryProvider<T = any> = () => T;