UNPKG

@rist/preset-react

Version:
5 lines (4 loc) 169 B
import { IComponent } from "../interfaces/IComponent"; export declare abstract class AbstractBootstrapAction { abstract handle(params: IComponent): Promise<void>; }