diff --git a/docs/documentation/03.04-individual.md b/docs/documentation/03.04-individual.md index cd5646d3..9e05cc28 100644 --- a/docs/documentation/03.04-individual.md +++ b/docs/documentation/03.04-individual.md @@ -20,6 +20,7 @@ Some pickers have specific APIs that are unique to themselves: ### * **disableAlpha** - Bool, Remove alpha slider and options from picker. Default `false` * **renderers** - Object, Use { canvas: Canvas } with node canvas to do SSR +* **defaultView** - String, Either `hex`, `rgb` or `hsl`. Default `hex` ### * **width** - String, Pixel value for picker width. Default `252px`