infinity-forge
Version:
13 lines (12 loc) • 499 B
TypeScript
import { DynamicSectionProps, FileSystemType } from '../../ui/index.js';
type atena_codie_panel_keys_name = 'panel_configurations';
type AtenaPanelKeysType = {
panel_configurations: {
primaryColor: string;
secondaryColor: string;
panelLogo: FileSystemType[];
};
};
declare const atena_codie_panel_keys: { [key in atena_codie_panel_keys_name]: DynamicSectionProps; };
export { atena_codie_panel_keys };
export type { AtenaPanelKeysType, atena_codie_panel_keys_name };