@economic/taco 2.71.0 → 2.71.1-test-js-doc-deprecation.0

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.
package/dist/taco.d.ts CHANGED
@@ -2309,6 +2309,9 @@ export declare type MenuTriggerProps = Omit<React_2.HTMLAttributes<HTMLButtonEle
2309
2309
 
2310
2310
  export declare function mergeRefs<T = any>(refs: Array<default_2.MutableRefObject<T> | default_2.LegacyRef<T>>): default_2.RefCallback<T>;
2311
2311
 
2312
+ /**
2313
+ * @deprecated Use Switch component instead
2314
+ */
2312
2315
  export declare const ModeSwitch: React_2.ForwardRefExoticComponent<ModeSwitchProps & React_2.RefAttributes<HTMLButtonElement>>;
2313
2316
 
2314
2317
  declare type ModeSwitchBaseProps = Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, 'children' | 'onChange'> & {