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
/
ChevronLeftIcon.d.ts
4 lines
(3 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
"react"
; declare
function
SvgChevronLeft
(
props: React.SVGProps<SVGSVGElement>
):
JSX
.
Element
;
export
default
SvgChevronLeft
;