UNPKG
v8-ui-product-cards
Version:
latest (0.0.1)
0.0.1
A product-card component lib for v8 storefront apps
v8-ui-product-cards
/
build
/
assets
/
ChevronRightIcon.d.ts
4 lines
(3 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
"react"
; declare
function
SvgChevronRight
(
props: React.SVGProps<SVGSVGElement>
):
JSX
.
Element
;
export
default
SvgChevronRight
;