UNPKG

ailock

Version:

AI-Proof File Guard - Protect sensitive files from accidental AI modifications

11 lines 328 B
import React from 'react'; interface DemoPresentationProps { mode: 'quick' | 'full'; simulateOnly: boolean; cleanupAfter: boolean; onComplete: () => void; onCancel: () => void; } export declare const DemoPresentation: React.FC<DemoPresentationProps>; export {}; //# sourceMappingURL=DemoPresentation.d.ts.map