5 lines
211 B
TypeScript
5 lines
211 B
TypeScript
import InstallmentScheduleRow from './InstallmentScheduleRow';
|
|
|
|
export { InstallmentScheduleRow as default, InstallmentScheduleRow };
|
|
export type { InstallmentScheduleRowProps } from './InstallmentScheduleRow';
|