@codecademy/gamut

73.6.173.6.2-alpha.3e37cd.0
dist/Toggle/utils.d.ts
~dist/Toggle/utils.d.tsModified
+1−1
Index: package/dist/Toggle/utils.d.ts
===================================================================
--- package/dist/Toggle/utils.d.ts
+++ package/dist/Toggle/utils.d.ts
@@ -1,2 +1,2 @@
 import { ToggleInputStyledProps, ToggleProps } from './types';
-export declare const getToggleElementProps: <Props extends ToggleProps>({ ariaLabel, as, checked, disabled, label, onChange, onClick, }: Pick<Props, "ariaLabel" | "as" | "checked" | "disabled" | "label" | "onChange" | "onClick">) => Omit<ToggleInputStyledProps, "size" | "color">;
+export declare const getToggleElementProps: <Props extends ToggleProps>({ ariaLabel, as, checked, disabled, inputProps, label, onChange, onClick, }: Pick<Props, "ariaLabel" | "as" | "checked" | "disabled" | "inputProps" | "label" | "onChange" | "onClick">) => Omit<ToggleInputStyledProps, "size" | "color">;