5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
import { useImageViewer } from './image';
|
|
import { useTextEditor } from './text';
|
|
|
|
export { useImageViewer, useTextEditor };
|