Files
dpage-editor/src/pages/editor/components/sidebar/instructions/index.ts
T
hamid zarghami 3bfd5fd1eb base admin
2026-06-03 12:24:32 +03:30

15 lines
874 B
TypeScript

export { default as ImageGallery } from "./ImageGallery";
export { default as ImageUpload } from "./ImageUpload";
export { default as DocumentUpload } from "./DocumentUpload";
export { default as VideoInput } from "./VideoInput";
export { default as AudioInput } from "./AudioInput";
export { default as LinkInput } from "./LinkInput";
export { default as SelectInstruction } from "./SelectInstruction";
export { default as RectangleInstruction } from "./RectangleInstruction";
export { default as CircleInstruction } from "./CircleInstruction";
export { default as TextInstruction } from "./TextInstruction";
export { default as LineInstruction } from "./LineInstruction";
export { default as ArrowInstruction } from "./ArrowInstruction";
export { default as StickerInstruction } from "./StickerInstruction";
export { default as GridInstruction } from "./GridInstruction";