Move SpaceType to shared

This commit is contained in:
Dolan Miu
2022-10-29 03:10:29 +01:00
parent 5cbae5d3f7
commit 7d8cfc0382
13 changed files with 12 additions and 11 deletions

View File

@ -1,2 +1,3 @@
export * from "./alignment";
export * from "./number-format";
export * from "./space-type";