feat(background): Allow background height/width to be set
* allow for bgColor to be set * allow for no pattern to be used
This commit is contained in:
@@ -38,8 +38,13 @@ export interface HandleProps {
|
||||
export interface BackgroundProps {
|
||||
variant?: BackgroundVariant
|
||||
gap?: number
|
||||
color?: string
|
||||
patternColor?: string
|
||||
bgColor?: string
|
||||
size?: number
|
||||
height?: number
|
||||
width?: number
|
||||
x?: number
|
||||
y?: number
|
||||
}
|
||||
|
||||
export interface ControlProps {
|
||||
|
||||
Reference in New Issue
Block a user