UNPKG
eip-components-web
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
1.0.0
EIP components
github.com/raen79/eip-components
raen79/eip-components
eip-components-web
/
build
/
theme
/
size.d.ts
4 lines
•
152 B
TypeScript
View Raw
1
2
3
4
import
type
{
Size
}
from
'./types'
;
declare
const
size
:
(
name
:
string
,
pixels
:
number
) =>
Size
;
export
default
size;
//# sourceMappingURL=size.d.ts.map