UNPKG

173 BTypeScriptView Raw
1import React from 'react';
2declare type FreezeProps = {
3 frame: number;
4 children: React.ReactNode;
5};
6declare const Freeze: React.FC<FreezeProps>;
7export { Freeze };