Home > widget-integration > FactoryProvider

FactoryProvider type

Signature:

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