UNPKG

172 BTypeScriptView Raw
1import { DefaultEditor } from './default-editor';
2export declare class CheckboxEditorComponent extends DefaultEditor {
3 constructor();
4 onChange(event: any): void;
5}