first commit
This commit is contained in:
7
public/assets/quill/ui/icon-picker.d.ts
vendored
Normal file
7
public/assets/quill/ui/icon-picker.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import Picker from './picker.js';
|
||||
declare class IconPicker extends Picker {
|
||||
defaultItem: HTMLElement | null;
|
||||
constructor(select: HTMLSelectElement, icons: Record<string, string>);
|
||||
selectItem(target: HTMLElement | null, trigger?: boolean): void;
|
||||
}
|
||||
export default IconPicker;
|
||||
Reference in New Issue
Block a user