@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
14 lines (13 loc) • 551 B
TypeScript
/// <reference types="react" />
import { UpMenu as UpMenuComponent } from './UpMenu';
declare const _default: {
title: string;
decorators: ((storyFn: any) => JSX.Element)[];
component: typeof UpMenuComponent;
};
export default _default;
export declare const General: any;
export declare const GeneralWithCustomHeader: (props: any) => JSX.Element;
export declare const Large: (props: any) => JSX.Element;
export declare const CustomStyles: (props: any) => JSX.Element;
export declare const Mobile: (props: any) => JSX.Element;