Newer
Older
@injectable()
class MatchingQuestion extends Tools {
title = 'Change to Block Quote';
label = 'Block Quote';
name = 'BlockQuote';
get run() {
return (state, dispatch) => {};
}
select = (state, activeViewId) => {};
get active() {
return state => {};
}
get enable() {
return state => {};
}
}
export default MatchingQuestion;