uiinfinity-components
Version:
Beautiful UI components with smooth animations and 3D effects
11 lines • 341 B
TypeScript
import React from 'react';
interface VortexFormButtonProps {
children: React.ReactNode;
onClick?: () => void;
type?: 'button' | 'submit' | 'reset';
disabled?: boolean;
className?: string;
}
export declare const VortexFormButton: React.FC<VortexFormButtonProps>;
export {};
//# sourceMappingURL=vortex-form-button.d.ts.map