/** * 自定义blockly的field, 继承自FieldTextInput。 * 特点:支持模糊筛选,支持单选/多选模式 */ export declare class SelfSelectorField { constructor(); }