UNPKG
@cocstorage/ui-icons
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
64341be3ae9b79bb56404b67-efaokhdwup.chromatic.com
kimjh96/cocstorage-ui-icons
@cocstorage/ui-icons
/
dist
/
src
/
components
/
Icon
/
Icon.styles.d.ts
6 lines
(5 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
import
type
{
BellOutlined
}
from
'../../assets/icons'
;
export
declare
const
StyledIcon
:
(
icon
:
typeof
BellOutlined
) =>
import
(
"@emotion/styled"
).
StyledComponent
<
any
, {}, {
ref
?:
import
(
"react"
).
Ref
<
any
> |
undefined
; }>;