@sajari/sdk-react
Version:
React SDK for the Sajari API
11 lines (10 loc) • 871 B
TypeScript
/// <reference types="react" />
/// <reference types="@emotion/core" />
import { StyledProps } from "../styles";
export declare const Error: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, object>;
export interface ContainerProps extends StyledProps<HTMLOListElement> {
}
export declare const Container: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, ContainerProps, object>;
export interface ResultItemProps extends StyledProps<HTMLLIElement> {
}
export declare const ResultItem: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, ResultItemProps, object>;