mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 02:12:45 +08:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
import Component from "@ember/component";
|
|
|
|
export default class ChatComposerDropdown extends Component {
|
|
tagName = "";
|
|
buttons = null;
|
|
isDisabled = false;
|
|
}
|