UNPKG

@nu-art/bug-report

Version:
10 lines (9 loc) 417 B
import * as React from 'react'; import { ComponentSync } from '@nu-art/thunderstorm/frontend'; import { OnRequestListener } from '@nu-art/thunderstorm'; export declare class AdminBR extends ComponentSync implements OnRequestListener { protected deriveStateFromProps(nextProps: any): any; render(): React.JSX.Element; private createRow; __onRequestCompleted: (key: string, success: boolean) => void; }