@livetiles/reach-plugin-types 0.5.0-preview.1264 → 0.5.0-preview.1268
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +2 -2
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -899,7 +899,7 @@ declare module "libs/reach/util/common/src/resources/languages/en.async" {
|
|
|
899
899
|
export default en;
|
|
900
900
|
}
|
|
901
901
|
declare module "libs/reach/util/common/src/resources/LazyLanguageResourcesImporter" {
|
|
902
|
-
export function importLanguageResourcesAsync(language: string): Promise<typeof import("libs/reach/util/common/src/resources/languages/
|
|
902
|
+
export function importLanguageResourcesAsync(language: string): Promise<typeof import("libs/reach/util/common/src/resources/languages/en.async")>;
|
|
903
903
|
}
|
|
904
904
|
declare module "libs/reach/util/common/src/resources/ResourceContextProvider" {
|
|
905
905
|
import { FC } from 'react';
|
|
@@ -3875,7 +3875,7 @@ declare module "libs/reach/ui/common/src/common/UiUtils" {
|
|
|
3875
3875
|
export function getFileIcon(filename: string): string;
|
|
3876
3876
|
export function getIconColor(fileIcon: string): "#1C5FC0" | "#138147" | "#CA4B27" | "#1C5FBF" | "#CF1700" | "#000";
|
|
3877
3877
|
export function getFileIconHorizontalTransform(fileIcon: string): -55 | -50;
|
|
3878
|
-
export function getFileIconByExtension(extension: string): "
|
|
3878
|
+
export function getFileIconByExtension(extension: string): "Video" | "Page" | "MusicInCollectionFill" | "VisioDocument" | "ZipFolder" | "PDF" | "WordDocument" | "ExcelDocument" | "PowerPointDocument" | "FileImage";
|
|
3879
3879
|
}
|
|
3880
3880
|
declare module "libs/reach/ui/common/src/common/useFileAccessTokenApi" {
|
|
3881
3881
|
export function useFileAccessTokenApi(): {
|