Panel: Pass transparency prop down to React panels. (#17235)

This commit is contained in:
Filip Barl
2019-05-23 11:58:51 +02:00
committed by Torkel Ödegaard
parent 972df40af8
commit a04bf0cded
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ export interface PanelProps<T = any> {
options: T;
onOptionsChange: (options: T) => void;
renderCounter: number;
transparent: boolean;
width: number;
height: number;
replaceVariables: InterpolateFunction;