UNPKG

teko-file-history

Version:

File history component for Teko system

9 lines (8 loc) 228 B
import React from 'react'; type DebugModalProps = { fileId?: number; visible: boolean; setVisible: (value: boolean) => void; }; declare const DebugModal: React.FC<DebugModalProps>; export default DebugModal;