@nx/react-native
Version:
13 lines (12 loc) • 444 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.storiesGenerator = storiesGenerator;
const react_1 = require("@nx/react");
/**
* @deprecated This would be a direct pass through to @nx/react:stories generator.
* TODO (@xiongemi): remove this generator for v19
*/
async function storiesGenerator(host, schema) {
return (0, react_1.storiesGenerator)(host, schema);
}
exports.default = storiesGenerator;
;