@fluentui/web-components 3.0.0-rc.17 → 3.0.0-rc.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9407,12 +9407,6 @@ export declare const roleForMenuItem: {
9407
9407
  */
9408
9408
  export declare function setTheme(theme: Theme | null, node?: Document | HTMLElement): void;
9409
9409
 
9410
- /**
9411
- * @internal
9412
- * @deprecated Use `setTheme(theme, element)` instead.
9413
- */
9414
- export declare function setThemeFor(element: HTMLElement, theme: Theme | null): void;
9415
-
9416
9410
  /**
9417
9411
  * CSS custom property value for the {@link @fluentui/tokens#shadow16 | `shadow16`} design token.
9418
9412
  * @public