@ryanhelsing/ry-ui
Version:
Framework-agnostic, Light DOM web components. CSS is the source of truth.
15 lines • 383 B
TypeScript
/**
* <ry-heading>
*
* Section heading with optional subtitle.
*
* Usage:
* <ry-heading>Page Title</ry-heading>
* <ry-heading sub="A brief description" align="center">Centered Title</ry-heading>
*/
import { RyElement } from '../core/ry-element.js';
export declare class RyHeading extends RyElement {
#private;
setup(): void;
}
//# sourceMappingURL=ry-heading.d.ts.map