UNPKG

@public-ui/components

Version:

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

6 lines (5 loc) 209 B
import type { IndentedTextProps } from '../../schema'; import type { JSX } from '../../stencil-public-runtime'; export declare class KolIndentedText implements IndentedTextProps { render(): JSX.Element; }