UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

6 lines 242 B
import React from 'react'; import { SanityDocument } from '@sanity/types'; export declare const DraftStatus: ({ document }: { document?: SanityDocument | null | undefined; }) => React.JSX.Element; //# sourceMappingURL=DraftStatus.d.ts.map