UNPKG

@cainthus/alex-library

Version:

Component React library for Cainthus - Alex Dashboard.

12 lines (11 loc) 350 B
import React from "react"; import "./QueryLink.scss"; import { Props } from "./QueryLink.types"; declare class QueryLink extends React.Component<Props> { static Item: React.ComponentClass<Pick<any, string | number | symbol>, any>; static defaultProps: { position: string; }; render(): JSX.Element; } export default QueryLink;