feat(SW-353): dynamic rewards
This commit is contained in:
@@ -4,4 +4,7 @@ import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
export interface LevelProps
|
||||
extends Omit<React.HTMLAttributes<HTMLOrSVGElement>, "color">,
|
||||
VariantProps<typeof levelVariants> {}
|
||||
VariantProps<typeof levelVariants> {
|
||||
height?: string
|
||||
width?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user