Created float positioning for tables

This commit is contained in:
Sergio Mendonça
2018-10-23 09:08:43 -02:00
parent 1eed844b9a
commit 54697ab6b1
7 changed files with 282 additions and 0 deletions

View File

@ -1,2 +1,3 @@
export * from "./table";
export * from "./table-cell";
export * from "./table-float-properties";