react-pp-bundle
Version:
Polaris组件库扩展包
15 lines (14 loc) • 553 B
TypeScript
import { PBPageAction, PBPageAppInfo, PBPageCurrentPriceInfo } from './type';
import { PeriodEnum, PkgListData } from '../../api/type';
interface PBPageChargeProps {
onAction(action: PBPageAction): void;
currentPriceInfo: PBPageCurrentPriceInfo;
data: PkgListData;
btnLoading: boolean;
btnDisabled: boolean;
appInfo: PBPageAppInfo;
period: PeriodEnum;
}
declare const PBPageCharge: (props: PBPageChargeProps) => import("react/jsx-runtime").JSX.Element;
export default PBPageCharge;
//# sourceMappingURL=PBPageCharge.d.ts.map