UNPKG

@sandlada/mdc

Version:

@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.

18 lines 421 B
/** * @license * Copyright 2025 Kai-Orion & Sandlada * SPDX-License-Identifier: MIT */ import { LitElement } from 'lit'; declare global { interface HTMLElementTagNameMap { "mdc-divider": Divider; } } export declare class Divider extends LitElement { static styles: import("lit").CSSResult; inset: boolean; insetStart: boolean; insetEnd: boolean; } //# sourceMappingURL=divider.d.ts.map