centurion-erp-ui
    Preparing search index...

    Type Alias DataSetCardProps<T>

    Props for DataSetFooter component.

    0.9.0

    type DataSetCardProps<T extends React.ElementType = React.ElementType> = {
        component?: T;
        componentProps?: React.ComponentPropsWithoutRef<T>;
    }

    Type Parameters

    • T extends React.ElementType = React.ElementType

      React element type used for the container component.

    Index

    Properties

    component?: T

    Container component used to wrap the footer UI.

    componentProps?: React.ComponentPropsWithoutRef<T>

    Props forwarded to the container component.