UNPKG

@public-ui/components

Version:

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

6 lines (5 loc) 279 B
import type { Generic } from 'adopted-style-sheets'; declare const loadingOptions: readonly ["eager", "lazy"]; export type Loading = (typeof loadingOptions)[number]; export declare function validateLoading(component: Generic.Element.Component, value?: Loading): void; export {};