UNPKG

@rarcifa/cronos-design-system

Version:

A typescript react component library following the Cronos branding standards

3 lines (2 loc) 182 B
import { SearchProps } from './interface'; export declare function Search({ variant, size, rounded, placeholder, ...props }: SearchProps): import("react/jsx-runtime").JSX.Element;