@arche-mc2/arche-controls
Version:
We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get
19 lines (18 loc) • 823 B
TypeScript
/// <reference types="react" />
import { UpButton as UpButtonComponent } from './UpButton';
declare const _default: {
title: string;
decorators: ((...args: any) => any)[];
component: typeof UpButtonComponent;
};
export default _default;
export declare const General: () => JSX.Element;
export declare const ButtonsWithIcons: () => JSX.Element;
export declare const IconToRight: () => JSX.Element;
export declare const DropDown: () => JSX.Element;
export declare const DropDownToRight: () => JSX.Element;
export declare const DropDownWithText: () => JSX.Element;
export declare const DropDownWithTextAndIconToLeft: () => JSX.Element;
export declare const WithLoadingStatus: () => JSX.Element;
export declare const Rounded: () => JSX.Element;
export declare const Secondary2: () => JSX.Element;