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) 345 B
export declare const sliderSelector = "input[type=range].micl-slider-xs,input[type=range].micl-slider-s,input[type=range].micl-slider-m,input[type=range].micl-slider-l,input[type=range].micl-slider-xl"; declare const _default: { initialize: (element: HTMLInputElement) => void; input: (event: Event) => void; }; export default _default;