export interface IConfigCard { ignorePaddingLeft?: boolean; ignoreBorderHeader?: boolean; ignoreBackgroundHeader?: boolean; iconConRight?: boolean; width?: string; classIncludeLabel?: string; classIconInclude?: string; classIconWhenShowContent?: string; classIconWhenHiddenContent?: string; ignoreBorderRadiusHeader?: boolean; ignoreBorderBody?: boolean; } export interface IFunctionControlCard { changeHidden: () => Promise; }