gov-gui
Version:
Gov UI Component Library Typscript Build
103 lines (102 loc) • 2.69 kB
TypeScript
import '../../global/animate.min.css';
/**
* A tabs component that organizes content into separate views or sections,
* accessible by clicking on tab headers. Users can switch between tabs
* without leaving the current page. Tabs can be active, inactive, or deactivated.
*/
declare const _default: {
title: string;
tags: string[];
parameters: {
actions: {
handles: {
onClick: import("@vitest/spy").Mock<(...args: any[]) => any>;
};
};
};
argTypes: {
tabList: {
control: string;
description: string;
table: {
category: string;
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
activeTab: {
control: string;
description: string;
table: {
category: string;
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
disabledTabs: {
control: string;
description: string;
table: {
category: string;
type: {
summary: string;
};
defaultValue: {
summary: 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 Tabs: any;