UNPKG

@universal-material/web

Version:
11 lines 425 B
import { CSSResultGroup } from '@lit/reactive-element/css-tag'; import { HTMLTemplateResult, LitElement } from 'lit'; export declare abstract class UmSetBase extends LitElement { static styles: CSSResultGroup; /** * Set the alignment of the set at the `start`, `center` or at the `end`. */ alignment: 'start' | 'center' | 'end'; render(): HTMLTemplateResult; } //# sourceMappingURL=set-base.d.ts.map