Skip to content

Commit

Permalink
api.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
pKalaga committed May 31, 2023
1 parent 45e2fa9 commit 60938ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/etc/react.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3582,6 +3582,7 @@ export interface IColorPickerGridCellProps {
// (undocumented)
onMouseLeave?: (ev: React_2.MouseEvent<HTMLButtonElement>) => void;
onMouseMove?: (ev: React_2.MouseEvent<HTMLButtonElement>) => boolean;
onRenderCellContent?: IRenderFunction<IColorCellProps>;
// (undocumented)
onWheel?: (ev: React_2.MouseEvent<HTMLButtonElement>) => void;
selected: boolean;
Expand Down Expand Up @@ -9080,6 +9081,7 @@ export interface ISwatchColorPickerProps extends React_2.RefAttributes<HTMLEleme
// @deprecated (undocumented)
onColorChanged?: (id?: string, color?: string) => void;
onRenderColorCell?: IRenderFunction<IColorCellProps>;
onRenderColorCellContent?: IRenderFunction<IColorCellProps>;
selectedId?: string;
shouldFocusCircularNavigate?: boolean;
styles?: IStyleFunctionOrObject<ISwatchColorPickerStyleProps, ISwatchColorPickerStyles>;
Expand Down

0 comments on commit 60938ea

Please sign in to comment.