Add supporting themes required for Lotusdocs
This commit is contained in:
3
themes/hugo-mod-jslibs-dist/popperjs/package/lib/utils/expandToHashMap.d.ts
vendored
Normal file
3
themes/hugo-mod-jslibs-dist/popperjs/package/lib/utils/expandToHashMap.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function expandToHashMap<T extends number | string | boolean, K extends string>(value: T, keys: Array<K>): {
|
||||
[key: string]: T;
|
||||
};
|
||||
Reference in New Issue
Block a user