gov-gui
Version:
Gov UI Component Library Typscript Build
101 lines (100 loc) • 2.57 kB
TypeScript
import '../../global/animate.min.css';
/**
* Tables display data in a structured format of rows and columns, making it easy
* to compare and analyze information. They are commonly used for displaying
* datasets, lists, or structured content.
*/
declare const _default: {
title: string;
tags: string[];
parameters: {
actions: {
handles: string[];
};
};
argTypes: {
headings: {
control: string;
description: string;
table: {
type: {
summary: string;
};
category: string;
defaultValue: {
summary: string;
};
};
};
data: {
control: string;
description: string;
table: {
type: {
summary: string;
};
category: string;
defaultValue: {
summary: string;
};
};
};
rowActions: {
control: string;
description: string;
table: {
type: {
summary: string;
};
category: 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 Table: any;