We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5a139 commit 1380ddfCopy full SHA for 1380ddf
packages/react/index.ts
@@ -20,4 +20,5 @@ export { hostGenerator } from './src/generators/host/host';
20
export { remoteGenerator } from './src/generators/remote/remote';
21
export { cypressComponentConfigGenerator } from './src/generators/cypress-component-configuration/cypress-component-configuration';
22
export { componentTestGenerator } from './src/generators/component-test/component-test';
23
+export { setupTailwindGenerator } from './src/generators/setup-tailwind/setup-tailwind';
24
export type { SupportedStyles } from './typings/style';
0 commit comments