@universal-material/web
Version:
Material web components
11 lines • 425 B
TypeScript
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