Skip to content

Commit

Permalink
feat: add Stringable, Stringlike types (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Hummel committed Mar 2, 2022
1 parent d3f44a0 commit a4986d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ import {
Vw,
vw
} from './quantities';
import {
Stringable,
Stringlike
} from './Stringable';

export {
Ch,
Expand Down Expand Up @@ -64,6 +68,8 @@ export {
px,
Rem,
rem,
Stringable,
Stringlike,
Vh,
vh,
Vmax,
Expand Down

0 comments on commit a4986d1

Please sign in to comment.