Spaces:
Sleeping
Sleeping
File size: 245 Bytes
fea495a | 1 2 3 4 5 6 7 | import type { ViewportLayout } from './types/extra-types';
import type { Icons } from './types/metadata-types';
export declare const ViewportMetaKeys: {
[k in keyof ViewportLayout]: string;
};
export declare const IconKeys: (keyof Icons)[];
|