import React from 'react'; import './index.less'; interface PayCountdownProps { time: number; } /** * @title: 支付倒计时 * @description: * @param {*} param1 * @return {*} * @Author: zhiwei.Wang * @Date: 2024-08-16 10:51 */ declare const PayCountdown: React.FC; export default PayCountdown;