Skip to content

Commit

Permalink
* color-picker: register ColorPicker component.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Nov 21, 2024
1 parent 31b85a8 commit 3850412
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/color-picker/src/vanilla/color-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ export class ColorPicker extends ComponentFromReact<ColorPickerOptions, ColorPic

static Component = ColorPickerReact;
}

ColorPicker.register();

0 comments on commit 3850412

Please sign in to comment.