@loadsmart/miranda-wc
Version:
Miranda Web Components component library
13 lines (12 loc) • 332 B
TypeScript
import { Component } from '../component';
import '../divider';
export declare class Section extends Component {
static styles: import("lit").CSSResult[];
static define(): void;
render(): import("lit-html").TemplateResult<1>;
}
declare global {
interface HTMLElementTagNameMap {
'm-section': Section;
}
}