UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

12 lines 395 B
import React from 'react'; interface PaneFooterProps { children?: React.ReactNode; padding?: number | number[]; isReferencedDocument?: boolean; } /** * @beta This API will change. DO NOT USE IN PRODUCTION. */ export declare const PaneFooter: React.ForwardRefExoticComponent<PaneFooterProps & React.RefAttributes<HTMLDivElement>>; export {}; //# sourceMappingURL=PaneFooter.d.ts.map