gov-gui
Version:
Gov UI Component Library Typscript Build
78 lines (77 loc) • 2.06 kB
TypeScript
/**
* SideBar provides users with access to different sections or pages of an application.
* It can be presented as menus, tabs, or links and helps users navigate through the interface, ensuring clear access to key areas.
*/
declare const _default: {
title: string;
tags: string[];
argTypes: {
sidebarUsername: {
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;
};
};
avatarInitials: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
showSideBarAvatar: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
items: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
};
};
export default _default;
export declare const SideBar: any;