Skip to content

Commit a4986d1

Browse files
author
Noah Hummel
authored
feat: add Stringable, Stringlike types (#2)
1 parent d3f44a0 commit a4986d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/index.ts

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ import {
3636
Vw,
3737
vw
3838
} from './quantities';
39+
import {
40+
Stringable,
41+
Stringlike
42+
} from './Stringable';
3943

4044
export {
4145
Ch,
@@ -64,6 +68,8 @@ export {
6468
px,
6569
Rem,
6670
rem,
71+
Stringable,
72+
Stringlike,
6773
Vh,
6874
vh,
6975
Vmax,

0 commit comments

Comments
 (0)