phx-react
Version:
PHX REACT
12 lines (11 loc) • 341 B
TypeScript
import React from 'react';
export interface FormTuitionProps {
school_id: number;
user_code: any;
school_year_id: number;
setDiscountPromotionObject?: any;
setShowModalPromotionObject?: any;
setShowModalService?: any;
isProcessByMonth?: boolean;
}
export declare const PHXFormTuition: React.FC<FormTuitionProps>;