UNPKG

@public-ui/components

Version:

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

7 lines (6 loc) 258 B
import type { IndentedTextAPI, IndentedTextStates } from '../../schema'; import type { JSX } from '../../stencil-public-runtime'; export declare class KolIndentedTextWc implements IndentedTextAPI { state: IndentedTextStates; render(): JSX.Element; }