gov-gui
Version:
Gov UI Component Library Demo ready Build
165 lines (164 loc) • 4.17 kB
TypeScript
import '../../global/animate.min.css';
/**
* Allows users to select both a date and time.
* It features a date input, a time input, and an AM/PM toggle button.
*/
declare const _default: {
title: string;
tags: string[];
parameters: {
actions: {
handles: 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;
};
};
selectedDateEvent: {
action: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: () => void;
};
category: string;
};
};
selectedTimeEvent: {
action: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: () => void;
};
category: string;
};
};
date: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
time: {
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;
};
};
styles: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
classes: {
control: string;
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
};
};
export default _default;
export declare const DateTimePicker: any;