5 lines
61 B
TypeScript
Raw Normal View History

export const PanelMsg = {
Show: "Show",
Hide: "Hide",
};