UNPKG

@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

27 lines (26 loc) 1.17 kB
import * as React from 'react'; declare const _default: { title: string; decorators: ((...args: any) => any)[]; component: React.FunctionComponent<import("./types").UpBoxProps>; }; export default _default; export declare const Center: () => JSX.Element; export declare const AddMarginAsObjectToTheBox: () => JSX.Element; export declare const UnselectableText: () => JSX.Element; export declare const FlexEnd: () => JSX.Element; export declare const FlexStart: () => JSX.Element; export declare const RowReverseAndSpaceBetweenOnHorizontalAxis: () => JSX.Element; export declare const StretchAndSpaceBetweenOnHorizontalAxis: () => JSX.Element; export declare const FlexCenterAndSpaceAround: () => JSX.Element; export declare const FlexWrap: () => JSX.Element; export declare const FlexNoWrap: () => JSX.Element; export declare const BoxFullSize: { (): JSX.Element; decorators: ((BoxFullSize: any) => JSX.Element)[]; }; export declare const CustomedBoxSizeWithSizeBoxProperty: () => JSX.Element; export declare const TakeHeightOfTheParent: { (): JSX.Element; decorators: ((TakeHeightOfTheParent: any) => JSX.Element)[]; };