UNPKG

@rist/preset-react

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