5 lines
61 B
TypeScript

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