InfoCardDetailsContent

Type for details content - can be static, function returning ReactNode, or function returning ObjectInfoCardProps

Definition

export type InfoCardDetailsContent = DetailsContent | ((item: RowData) => ObjectInfoCardProps);

Usage

import { undefined } from 'uxp/components';

Last updated