UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

9 lines 323 B
import React from 'react'; import { BaseDeskToolPaneProps } from '../types'; declare type UserComponentPaneProps = BaseDeskToolPaneProps<'component'>; /** * @internal */ export declare function UserComponentPane(props: UserComponentPaneProps): React.JSX.Element; export {}; //# sourceMappingURL=UserComponentPane.d.ts.map