export type ConfigProps = {
    label: string;
    key: string;
    border?: boolean;
    showHeader?: boolean;
    draggble?: boolean;
    hideAddBtn?: boolean;
    hideOperationCol?: boolean;
};
