UNPKG

@spark-ui/components

Version:

Spark (Leboncoin design system) components.

21 lines (16 loc) 684 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { IconProps } from './icon/index.js'; 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 };