UNPKG

ovuse

Version:

WPF-inspired Web UI framework

5 lines (4 loc) 145 B
import { Command } from '../'; export interface ISupportCommandCanExecuteChanged { onCommandCanExecuteChanged(command: Command): void; }