@spark-ui/components
Version:
Spark (Leboncoin design system) components.
21 lines (16 loc) • 685 B
text/typescript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { IconProps } from './icon/index.mjs';
type InputIconProps = IconProps;
type InputLeadingIconProps = InputIconProps;
declare const InputLeadingIcon: {
({ className, ...others }: InputLeadingIconProps): react_jsx_runtime.JSX.Element;
id: string;
displayName: string;
};
type InputTrailingIconProps = InputIconProps;
declare const InputTrailingIcon: {
({ className, ...others }: InputTrailingIconProps): react_jsx_runtime.JSX.Element;
id: string;
displayName: string;
};
export { type InputLeadingIconProps as I, type InputTrailingIconProps as a, InputLeadingIcon as b, InputTrailingIcon as c };