interface CardHeaderActionsObject {
    actions: ReactNode;
    className?: string;
    hasNoOffset?: boolean;
}

Properties

actions: ReactNode

Actions of the card header

className?: string

Additional classes added to the actions wrapper

hasNoOffset?: boolean

Flag indicating that the actions have no offset