fix "missing export NumberFormat"
This commit is contained in:
@ -1 +1,2 @@
|
||||
export * from "./alignment";
|
||||
export * from "./number-format";
|
||||
|
Reference in New Issue
Block a user
@ -1 +1,2 @@
|
||||
export * from "./alignment";
|
||||
export * from "./number-format";
|
||||
|