UNPKG

material-inspired-component-library

Version:

The Material-Inspired Component Library (MICL) offers a collection of beautifully crafted components leveraging native HTML markup, designed to align with the Material Design 3 guidelines.

7 lines (6 loc) 224 B
export declare const datepickerSelector = "dialog.micl-dialog.micl-datepicker"; declare const _default: { keydown: (event: Event) => void; initialize: (dialog: HTMLDialogElement) => void; }; export default _default;