xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
6 lines • 349 B
TypeScript
export declare function PlaceholdersAndVanishInput({ placeholders, onChange, onSubmit, }: {
placeholders: string[];
onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
onSubmit: (e: React.FormEvent<HTMLFormElement>) => void;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=placeholders-and-vanish-input.d.ts.map