UNPKG

@rarcifa/cronos-design-system

Version:

A typescript react component library following the Cronos branding standards

7 lines (6 loc) 160 B
import { SearchResult } from './interface'; export declare const getData: ({ query, }: { query: string; }) => Promise<{ data: SearchResult[]; }>;