You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,5 +69,6 @@ The placeholder control can be configured with the following properties:
66
69
| iconText | string \| ((defaultClassNames: string) => React.ReactElement) | yes | Heading text or render function which is displayed next to the icon. |
67
70
| hideButton | boolean | no | Specify if you want to hide the button. Default is `false`. |
68
71
| onConfigure | function | no | onConfigure handler for the button. The button is optional. |
72
+
| theme | IPartialTheme \| ITheme | no | Set Fluent UI Theme. If not set or set to null or not defined, the theme passed through context will be used, or the default theme of the page will be loaded. |
0 commit comments