@erosnicolau/animated-text
Version:
Advanced React animated text component with comprehensive animation effects
13 lines • 384 B
TypeScript
import React from 'react';
import { AnimatedTextProps } from '../AnimatedText';
interface ConfigModalProps {
isOpen: boolean;
onClose: () => void;
componentProps: AnimatedTextProps | {
groupConfig?: any;
isGroup?: boolean;
};
}
declare const ConfigModal: React.FC<ConfigModalProps>;
export default ConfigModal;
//# sourceMappingURL=ConfigModal.d.ts.map