UNPKG
website-common-page
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Common website pages components, such as terms of service, privacy policy, and contact us.
website-common-page
/
dist
/
index.d.ts
5 lines
(4 loc)
•
276 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
TermsOfService
}
from
"./components/TermsOfService"
;
export
{
default
as
ContactUs
}
from
"./components/ContactUs"
;
export
{
default
as
CookiePolicy
}
from
"./components/CookiePolicy"
;
export
{
default
as
PrivacyPolicy
}
from
"./components/PrivacyPolicy"
;