UNPKG

@kui-shell/plugin-client-common

Version:

Kui plugin that offers stylesheets

10 lines (9 loc) 228 B
import React from 'react'; import { REPL } from '@kui-shell/core/mdist/api/Exec'; interface Props { repl: REPL; } export default class LoadingCard extends React.PureComponent<Props> { render(): JSX.Element; } export {};