UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

11 lines (10 loc) 216 B
export interface ICheckoutFooterProps { /** * Text property for Back Button component */ backButton: string; /** * Text property for Next Button component */ nextButton: string; }