@mcurros2/microm 1.1.425-0 → 1.1.427-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1024,6 +1024,7 @@ export const DataView: ForwardRefExoticComponent<DataViewProps & RefAttributes<H
1024
1024
  export interface DataViewCardContainerProps extends EntityCardProps<ValuesObject> {
1025
1025
  EntityCard?: ComponentType<EntityCardProps<ValuesObject>>;
1026
1026
  CardProps?: Omit<CardProps, 'children'>;
1027
+ labels?: Pick<EntityUILabels, 'editLabel' | 'deleteLabel' | 'viewLabel'>;
1027
1028
  }
1028
1029
  export const DataViewCardContainerDefaultProps: Partial<DataViewCardContainerProps>;
1029
1030
  export function DataViewCardContainer(props: DataViewCardContainerProps): JSX.Element;