Tldraw/apps/examples/src/misc/EndToEndApi.tsx

7 wiersze
145 B
TypeScript

import { TLExportType } from 'tldraw'
export interface EndToEndApi {
exportAsSvg: () => void
exportAsFormat: (format: TLExportType) => void
}