useExportAs
function useExportAs(): (
ids: TLShapeId[],
opts?: {
format?: TLExportType;
name?: string;
scale?: number;
},
) => void;Prev
useEditableRichTextNext
useImageOrVideoAssetfunction useExportAs(): (
ids: TLShapeId[],
opts?: {
format?: TLExportType;
name?: string;
scale?: number;
},
) => void;