UNPKG

@kui-shell/plugin-client-common

Version:

Kui plugin that offers stylesheets

10 lines (9 loc) 226 B
/// <reference types="react" /> interface Props { className?: string; children: string; onRender?: () => void; noWrap?: boolean | 'normal'; } export default function Ansi(props: Props): JSX.Element; export {};