Home > widget-integration > FactoryProvider
Signature:
export type FactoryProvider<T = any> = () => T;