@nx/react-native
Version:
9 lines (8 loc) • 404 B
TypeScript
import { Tree } from '@nx/devkit';
import { CreateComponentStoriesFileSchema } from './schema';
/**
* @deprecated This would be a direct pass through to @nx/react:component-story generator.
* TODO (@xiongemi): remove this generator for v19
*/
export declare function componentStoryGenerator(host: Tree, schema: CreateComponentStoriesFileSchema): Promise<void>;
export default componentStoryGenerator;