UNPKG
@csegames/camelot-unchained
Version:
latest (0.1.2)
0.1.2
Camelot Unchained Client Library
csegames/camelot-unchained-client-library
@csegames/camelot-unchained
/
lib
/
components
/
SVGSprite.d.ts
7 lines
(6 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="react" />
export
declare
const
SVGSprite
:
(
props
: { sprite:
string
; svgClass?:
string
; }
) =>
JSX
.
Element
;
export
default
SVGSprite
;