@nuskin/react-loyalty-elements
Version:
A React based component library for reusable Nextgen Loyalty component
9 lines (8 loc) • 346 B
TypeScript
import React from 'react';
import { RewardProgressBarProps } from './types';
declare class RewardSubscriptionTotal extends React.Component<RewardProgressBarProps> {
constructor(props: RewardProgressBarProps);
render(): import("react/jsx-runtime").JSX.Element;
}
export default RewardSubscriptionTotal;
export { RewardSubscriptionTotal };