Skip to content

Commit

Permalink
chore: export compound variants type
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmihaylov committed Dec 25, 2022
1 parent f0419b4 commit 7151fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-with-class",
"version": "1.2.0",
"version": "1.2.1",
"description": "Utility methods to create primitive components with a set of classes, props or variants",
"main": "cjs/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/WithClass.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,5 @@ type VariantProps<
>]: VariantPropsNoDefaults<TVariants>[key]
}

export type { WithClassInput, Variants, Defaults }
export type { WithClassInput, Variants, Defaults, CompoundVariants, CompoundVariant }
export { withClass }

0 comments on commit 7151fdb

Please sign in to comment.