UNPKG
@diondre27/smart-components
Version:
latest (0.0.2)
0.0.2
Smart Web Components
@diondre27/smart-components
/
dist
/
types
/
components
/
icon
/
icon.d.ts
8 lines
(7 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
SmartIcons
{
icon
:
string
;
private
svgContent?;
connectedCallback
():
void
;
loadIcon
():
void
;
render
():
any
; }