UNPKG

aura-glass

Version:

A comprehensive glassmorphism design system for React applications with 142+ production-ready components

10 lines 413 B
export interface GlassTagInputProps { value?: string[]; onChange?: (tags: string[]) => void; placeholder?: string; suggestions?: string[]; className?: string; } export declare function GlassTagInput({ value, onChange, placeholder, suggestions, className, }: GlassTagInputProps): import("react/jsx-runtime").JSX.Element; export default GlassTagInput; //# sourceMappingURL=GlassTagInput.d.ts.map