Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed May 25, 2021
1 parent e0947ba commit 1424ab6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export interface FillOpacityOptionProps {
* Callback on display option change
*/
onChange: (value: number) => void;
/**
* Flag for rendering or not the component
*/
isFillOpacityEnabled?: boolean;
}

Expand Down

0 comments on commit 1424ab6

Please sign in to comment.