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) 249 B
export declare const buttonSelector = "button[popovertarget],button.micl-button--toggle"; declare const _default: { initialize: (element: HTMLButtonElement) => void; cleanup: (element: HTMLButtonElement) => void; }; export default _default;