SolidPaint
interface SolidPaint extends PaintProps {
type: 'solid'
color: Color | HexCode
}
type: 'solid'
The type of the solid paint.
color: Color | HexCode
The solid color of the paint.
interface SolidPaint extends PaintProps {
type: 'solid'
color: Color | HexCode
}
The type of the solid paint.
The solid color of the paint.