wj-elements
Version:
WebJET Elements is a modern set of user interface tools harnessing the power of web components designed to simplify web application development.
17 lines (16 loc) • 460 B
TypeScript
/**
* `Route` is a custom web component that represents a route in a routing system.
* @summary This element represents a route in a routing system.
* @documentation https://elements.webjet.sk/components/route
* @status stable
* @augments AnimatedOutlet
* @tag wje-router-outlet
*/
export default class RouterOutlet {
/**
* The class name for the component.
* @type {string}
*/
className: string;
connectedCallback(): void;
}