UNPKG
@carrot-farm/mongsil-ui
Version:
latest (0.2.31)
0.2.31
0.2.30
0.2.28
0.2.27
0.2.22
react ui library
github.com/carrot-farm/mongsil-ui
carrot-farm/mongsil-ui
@carrot-farm/mongsil-ui
/
dist
/
esm
/
utils
/
theme.d.ts
5 lines
(4 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
import
{
TRemUnit
}
from
'../types/components'
;
/** 유닛을 지정된 rem단위의 값으로 반환한다 */
export
declare
const
unitToRem
:
(
unit
:
TRemUnit
) =>
string
;
export
declare
const
unitTable
:
Record
<
TRemUnit
,
string
>;