UNPKG

dbl-components

Version:

Framework based on bootstrap 5

13 lines (12 loc) 252 B
export default class HelpInputComponent { static propTypes: { message: any; }; constructor(props: any); state: { element: null; }; showPopup: (event: any) => void; hidePopup: () => void; render(): any; }