UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

6 lines 218 B
import React from 'react'; export declare function Delay({ children, ms, }: { children?: React.ReactElement | (() => React.ReactElement); ms?: number; }): React.ReactElement; //# sourceMappingURL=Delay.d.ts.map