export type ConfigProps = {
    label: string;
    alignKey: string;
    verticalAlignKey: string;
};
