UNPKG

@solidgrounds/core

Version:
10 lines (9 loc) 304 B
import { FF } from '../../Value'; export interface MyOtherFeatureServices { myOtherFeature: string; referenceToMyFeature: string; } export interface MyOtherFeatureDependencies { myFeature: string; } export declare const MyOtherFeature: FF<MyOtherFeatureServices, MyOtherFeatureDependencies>;