UNPKG

@baseplate-dev/ui-components

Version:

Shared UI component library

11 lines 370 B
import type * as React from 'react'; /** * Input component for a styled <input /> element. * * -- Added more variants for height and right padding * * https://ui.shadcn.com/docs/components/input */ declare function Input({ className, type, ...props }: React.ComponentPropsWithRef<'input'>): React.ReactElement; export { Input }; //# sourceMappingURL=input.d.ts.map