useExportAs

See source code
function useExportAs(): (
  ids: TLShapeId[],
  opts?: {
    format?: TLExportType;
    name?: string;
    scale?: number;
  },
) => void;
Prev
useEditableRichText
Next
useImageOrVideoAsset