UNPKG
phosphor-solid
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
A clean and friendly icon family for Solid-js
github.com/aguilera51284/phosphor-react
phosphor-solid
/
dist
/
icons
/
PushPin.d.ts
4 lines
(3 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
declare
const
PushPin
:
(
props
:
any
,
ref
:
any
) =>
JSX
.
Element
;
export
default
PushPin
;