@cainthus/alex-library
Version:
Component React library for Cainthus - Alex Dashboard.
45 lines (44 loc) • 2.71 kB
TypeScript
/// <reference types="react" />
import './index.scss';
import badge from './lib/Badge/Badge';
import button from './lib/Button/Button';
import card from './lib/Card/Card';
import chartBar from './lib/Chart/Bar/BarChart';
import chartLine from './lib/Chart/Line/LineChart';
import collapse from './lib/Collapse/Collapse';
import drawer from './lib/Drawer/Drawer';
import errorCard from './lib/Error/card/ErrorCard';
import hint from './lib/Hint/Hint';
import icon from './lib/Icon/Icon';
import loading from './lib/Loading/Loading';
import queryLink from './lib/QueryLink/QueryLink';
import tabsURL from './lib/Tabs/TabsURL/TabsURL';
import toggler from './lib/Toggler/Toggler';
export declare const Badge: typeof badge;
export declare const Button: typeof button;
export declare const Calendar: (props: import("./lib/Calendar/Calendar.types").Props) => JSX.Element;
export declare const Card: typeof card;
export declare const BarChart: typeof chartBar;
export declare const LineChart: typeof chartLine;
export declare const Collapse: typeof collapse;
export declare const Drawer: typeof drawer;
export declare const BlockError: import("react").FunctionComponent<import("./lib/Error/block/BlockError.types").Props>;
export declare const CardError: typeof errorCard;
export declare const Hint: typeof hint;
export declare const Icon: typeof icon;
export declare const Loading: typeof loading;
export declare const NavLink: import("react").ComponentClass<Pick<any, string | number | symbol>, any>;
export declare const QueryLink: typeof queryLink;
export declare const TabsURL: typeof tabsURL;
export declare const Toggler: typeof toggler;
export declare const TrafficLights: (props: import("./lib/TrafficLights/TrafficLights.types").Props) => JSX.Element;
export declare const Body: import("react").ComponentType<import("./lib/Typography/Typography.types").Props>;
export declare const Caption: import("react").ComponentType<import("./lib/Typography/Typography.types").Props>;
export declare const DisplayH1: import("react").ComponentType<import("./lib/Typography/Typography.types").Props>;
export declare const DisplayH2: import("react").ComponentType<import("./lib/Typography/Typography.types").Props>;
export declare const DisplayH3: import("react").ComponentType<import("./lib/Typography/Typography.types").Props>;
export declare const Headline: import("react").ComponentType<import("./lib/Typography/Typography.types").Props>;
export declare const Subheading: import("react").ComponentType<import("./lib/Typography/Typography.types").Props>;
export declare const Title: import("react").ComponentType<import("./lib/Typography/Typography.types").Props>;
declare const _default: null;
export default _default;