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) 229 B
export declare const bottomsheetSelector = "dialog.micl-bottomsheet"; declare const _default: { initialize: (element: HTMLDialogElement) => void; cleanup: (element: HTMLDialogElement) => void; }; export default _default;