gov-gui
Version:
Gov UI Component Library Typscript Build
96 lines (95 loc) • 2.51 kB
TypeScript
import '../../global/animate.min.css';
/**
* Calendar is an interactive component that allows users to navigate through years, months, and days.
* It supports three views: year, month, and day, and provides intuitive navigation controls.
*/
declare const _default: {
title: string;
component: string;
tags: string[];
argTypes: {
required: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
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;
};
};
date: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
validate: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
};
};
export default _default;
export declare const Calendar: any;