gov-gui
Version:
Gov UI Component Library Typscript Build
102 lines (101 loc) • 2.71 kB
TypeScript
/** The TopBar, also known as a navigation bar, provides a consistent area for primary navigation and actions. It typically contains elements like menus, buttons, and search bars.*/
declare const _default: {
title: string;
tags: string[];
argTypes: {
logo: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
avatarInitials: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
avatarImgUrl: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
topBarUsername: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
siteMenuItems: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
menuType: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
showTopBarAvatar: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
};
};
export default _default;
export declare const TopBar: any;