Added first files
All checks were successful
CI / build (push) Successful in 22s

This commit is contained in:
Andrey Kernichniy 2026-03-03 22:22:28 +07:00
parent 4b971ea4eb
commit 12f837d316
11 changed files with 314 additions and 1 deletions

3
lib/src/models/index.ts Normal file
View file

@ -0,0 +1,3 @@
export * from "./margin";
export * from "./point";
export * from "./size";