UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

6 lines (5 loc) 248 B
import type { ComponentApi, StateAccess } from './generic-types'; export declare abstract class BaseWebComponent<Api extends ComponentApi> { static readonly stateLess: StateAccess<never>; protected readonly stateAccess: StateAccess<Api>; }