UNPKG
v8-ui-atoms
Version:
latest (0.0.20-beta)
0.0.20-beta
0.0.18-beta
0.0.17-beta
0.0.16-beta
0.0.15-beta
0.0.14-beta
0.0.13-beta
0.0.12-beta
0.0.11-beta
0.0.10-beta
0.0.9-beta
0.0.8
0.0.8-beta
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A library of common base components for building ui
v8-ui-atoms
/
dist
/
components
/
Image
/
Image.styles.d.ts
4 lines
(3 loc)
•
278 B
TypeScript
View Raw
1
2
3
4
import
{
IImageEle
,
IPictureEle
}
from
"./Image.interfaces"
;
export
declare
const
Image
:
import
(
"styled-components"
).
StyledComponent
<
"img"
,
any
,
IImageEle
,
never
>;
export
declare
const
Picture
:
import
(
"styled-components"
).
StyledComponent
<
"picture"
,
any
,
IPictureEle
,
never
>;