6 lines
139 B
Haxe
6 lines
139 B
Haxe
package webextension_polyfill.namespaces.devtools_panels.devtoolspanels;
|
|
|
|
/**
|
|
A button created by the extension.
|
|
**/
|
|
typedef Button = { }; |