UNPKG
pricing-table-react
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
A simple pricing plan for react
pricing-table-react
/
lib
/
components
/
Plan
/
Models
/
PlanAdvantages.d.ts
4 lines
(3 loc)
•
57 B
TypeScript
View Raw
1
2
3
4
export
interface
PlanAdvantages
{
text
:
string
; }