4 lines
150 B
TypeScript
4 lines
150 B
TypeScript
export type { ImageStudioApp } from "./app";
|
|
export { createImageStudioApp } from "./app";
|
|
export type { DocumentActions } from "./document-actions";
|