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

10 lines (9 loc) 286 B
export declare type Alignement = 'h' | 'v'; export declare type AddOnMode = 'none' | 'left' | 'right'; export declare type Width = 'auto' | 'full'; export interface UpButtonGroupProps { gutter?: number; align?: Alignement; isAddOn?: AddOnMode; width?: Width; }