@porsche-design-system/components-react
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
20 lines (19 loc) • 1.17 kB
TypeScript
import { Component } from 'react';
/**
* @slot {"name": "label", "description": "Shows a label. Only [phrasing content](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content) is allowed."}
* @slot {"name": "description", "description": "Shows a description. Only [phrasing content](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content) is allowed."}
* @slot {"name": "message", "description": "Shows a state message. Only [phrasing content](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content) is allowed."}
* @slot {"name": "start", "description": "Shows content at the start of the input (e.g. unit prefix)."}
* @slot {"name": "end", "description": "Shows content at the end of the input (e.g. toggle button, unit suffix)."}
*/
export declare class DSRInputDate extends Component<any> {
host: HTMLElement;
private internals;
private initialLoading;
private inputElement;
private defaultValue;
formResetCallback(): void;
formDisabledCallback(): void;
formStateRestoreCallback(): void;
render(): JSX.Element;
}