uiinfinity-components
Version:
Beautiful UI components with smooth animations and 3D effects
12 lines • 336 B
TypeScript
import React from 'react';
interface CrystalTextAreaProps {
label: string;
placeholder: string;
rows?: number;
value?: string;
onChange?: (value: string) => void;
className?: string;
}
export declare const CrystalTextArea: React.FC<CrystalTextAreaProps>;
export {};
//# sourceMappingURL=crystal-textarea.d.ts.map