mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
9 lines
231 B
TypeScript
9 lines
231 B
TypeScript
/**
|
|
* 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";
|