@kui-shell/plugin-client-common
Version:
Kui plugin that offers stylesheets
12 lines (11 loc) • 358 B
TypeScript
import React from 'react';
import { Options } from './TextWithIconWidget';
type Props = Pick<Options, 'position'>;
export default class MadeWithKui extends React.PureComponent<Props> {
private static readonly strings;
private readonly popover;
private static popoverBody;
private static popoverHeader;
render(): JSX.Element;
}
export {};