次の方法で共有


ServiceCreator type

これは、ServiceKey.createCustom() によって使用されるコールバックです。

export type ServiceCreator<T> = (serviceScope: ServiceScope) => T;