mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
12 lines
333 B
TypeScript
12 lines
333 B
TypeScript
//#region src/core/i18n/text/fullscreen.d.ts
|
|
declare const enterText: {
|
|
readonly key: "fullscreen.enter";
|
|
readonly text: 'Enter fullscreen';
|
|
};
|
|
declare const exitText: {
|
|
readonly key: "fullscreen.exit";
|
|
readonly text: 'Exit fullscreen';
|
|
};
|
|
//#endregion
|
|
export { enterText, exitText };
|
|
//# sourceMappingURL=fullscreen.d.ts.map
|