@kui-shell/plugin-client-common
Version:
Kui plugin that offers stylesheets
14 lines (13 loc) • 322 B
TypeScript
import React from 'react';
/**
* re: the impl of the onClick handler, see
* https://github.com/IBM/kui/issues/4876
*
*/
export default class SplitTerminalButton extends React.PureComponent {
private readonly ref;
private readonly _onSplit;
private tooltip;
private button;
render(): JSX.Element;
}