UNPKG

@stoplight/elements

Version:

UI components for composing beautiful developer documentation.

12 lines (11 loc) 270 B
export declare function useExportDocumentProps({ originalDocument, bundledDocument, }: { originalDocument: string | object; bundledDocument: unknown; }): { original: { onPress: () => void; }; bundled: { onPress: () => void; }; };