15 lines
874 B
TypeScript
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";
|