UNPKG
test-library-id
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A nice greeter
test-library-id
/
lib
/
components
/
Icon
/
style.d.ts
6 lines
(5 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
interface
IFill
{
fill
:
string
; }
export
declare
const
Svg
:
import
(
"styled-components"
).
StyledComponent
<
"svg"
,
any
,
IFill
,
never
>;
export
{};