Newer
Older
alert / js / node_modules / flarum / common / components / TextEditorButton.d.ts
@Réz István Réz István on 18 Nov 2021 231 bytes first commit
/**
 * The `TextEditorButton` component displays a button suitable for the text
 * editor toolbar.
 */
export default class TextEditorButton extends Button {
    static initAttrs(attrs: any): void;
}
import Button from "./Button";