mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-20 17:08:41 +00:00
5 lines
61 B
TypeScript
5 lines
61 B
TypeScript
|
export const PanelMsg = {
|
||
|
Show: "Show",
|
||
|
Hide: "Hide",
|
||
|
};
|