UNPKG

@sprouted/create-vibes

Version:
10 lines 515 B
import { Feature } from './types'; export declare const expoRouterFeature: Feature; export declare const nativewindFeature: Feature; export declare const reactRouterFeature: Feature; export declare const tailwindCssFeature: Feature; export declare const goFiberFeature: Feature; export declare const allFeatures: Feature[]; export declare function getFeature(id: string): Feature | undefined; export declare function resolveFeatureDependencies(featureIds: string[]): string[]; //# sourceMappingURL=features.d.ts.map