We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbd56c commit 429bae7Copy full SHA for 429bae7
2 files changed
.changeset/plenty-teachers-learn.md
@@ -0,0 +1,5 @@
1
+---
2
+'@vanilla-extract/recipes': patch
3
4
+
5
+Export VariantGroups and PatternOptions types
packages/recipes/src/index.ts
@@ -11,7 +11,12 @@ import type {
11
} from './types';
12
import { mapValues } from './utils';
13
14
-export type { RecipeVariants, RuntimeFn } from './types';
+export type {
15
+ RecipeVariants,
16
+ RuntimeFn,
17
+ VariantGroups,
18
+ PatternOptions,
19
+} from './types';
20
21
export function recipe<Variants extends VariantGroups>(
22
options: PatternOptions<Variants>,
0 commit comments