gov-gui
Version:
Gov UI Component Library Typscript Build
88 lines (87 loc) • 2.41 kB
TypeScript
import '../../global/animate.min.css';
/** Horizontal or vertical navigation component that provides access to various functions or sections within an application.
* It typically contains a list of menu items, which can be dropdowns or submenus,
* to organize and simplify access to different features or pages.
* Box is added around the component to keep the drop down in place */
declare const _default: {
title: string;
tags: string[];
parameters: {
actions: {
handles: string[];
};
};
argTypes: {
type: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
items: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: any[];
};
category: string;
};
};
animation: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
animationDelay: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
animationSpeed: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
};
};
export default _default;
export declare const Menubar: any;