base admin

This commit is contained in:
hamid zarghami
2026-06-03 12:24:32 +03:30
parent 76f3e1bf6e
commit 3bfd5fd1eb
16 changed files with 374 additions and 3 deletions
@@ -8,4 +8,5 @@ export { default as ArrowShape } from "./ArrowShape";
export { default as ImageObject } from "./ImageObject";
export { default as LinkShape } from "./LinkShape";
export { default as VideoShape } from "./VideoShape";
export { default as AudioShape } from "./AudioShape";
export type { ShapeProps, TextShapeProps } from "./types";