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

18 lines (17 loc) 617 B
/// <reference types="react" /> import { UpNumber as UpNumberComponent } from './UpNumber'; declare const _default: { title: string; decorators: ((...args: any) => any)[]; component: typeof UpNumberComponent; }; export default _default; export declare const General: () => JSX.Element; export declare const Disabled: () => JSX.Element; export declare const WithFloatingLabel: () => JSX.Element; export declare const WithHiddenButtons: () => JSX.Element; export declare const Integer: () => JSX.Element; export declare const WithSeparator: { (): JSX.Element; storyName: string; };