UNPKG

mobile-more

Version:

基于 antd-mobile v5 扩展移动端 UI 组件

13 lines (12 loc) 561 B
/// <reference types="react" /> import BizCaptchaButton, { BizCaptchaButtonProps, ButtonRef } from './CaptchaButton'; export default BizCaptchaButton; export type { BizCaptchaButtonProps, ButtonRef }; /** * @deprecated 即将废弃,请使用 `BizCaptchaButton` 替代。 */ export declare const CaptchaButton: import("react").ForwardRefExoticComponent<BizCaptchaButtonProps & import("react").RefAttributes<ButtonRef>>; /** * @deprecated 即将废弃,请使用 `BizCaptchaButtonProps` 替代。 */ export type CaptchaButtonProps = BizCaptchaButtonProps;