mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
8 lines
216 B
TypeScript
8 lines
216 B
TypeScript
//#region src/core/i18n/text/container.d.ts
|
|
declare const labelText: {
|
|
readonly key: "container.label";
|
|
readonly text: 'Media player';
|
|
};
|
|
//#endregion
|
|
export { labelText };
|
|
//# sourceMappingURL=container.d.ts.map
|