diff --git a/lib/src/interfaces/Options.ts b/lib/src/interfaces/Options.ts index 75383ffae47..ece3631f7dc 100644 --- a/lib/src/interfaces/Options.ts +++ b/lib/src/interfaces/Options.ts @@ -239,6 +239,10 @@ export interface OptionsTopBarButton { */ component?: { name: string; + /** + * Properties to pass down to the component + */ + passProps?: object; }; /** * Set the button text