UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

7 lines 274 B
import React from 'react'; interface UserComponentPaneContentProps { children: React.ReactNode; } export declare function UserComponentPaneContent(props: UserComponentPaneContentProps): React.JSX.Element; export {}; //# sourceMappingURL=UserComponentPaneContent.d.ts.map