UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

7 lines 225 B
import React from 'react'; interface StructureErrorProps { error: Error; } export declare function StructureError({ error }: StructureErrorProps): React.JSX.Element; export {}; //# sourceMappingURL=StructureError.d.ts.map