@authing/react-ui-components 3.0.0-rc.7 → 3.0.0-rc.8

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/lib/index.d.ts CHANGED
@@ -1946,6 +1946,7 @@ declare module '@authing/react-ui-components/components/SendCode/SendCodeBtn' {
1946
1946
  export interface SendCodeProps extends ButtonProps {
1947
1947
  beforeSend: () => Promise<boolean>;
1948
1948
  btnRef?: React.RefObject<HTMLButtonElement>;
1949
+ setSent?: (value: boolean) => void;
1949
1950
  }
1950
1951
  export const SendCodeBtn: FC<SendCodeProps>;
1951
1952