Function DialogFilterListSlot

DialogFilterListSlot represents a reusable component for displaying and managing a list of filters in a dialog.

  • Type Parameters

    • FilterData extends {}

      The type of the filter data.

    Parameters

    • props: IFilterListSlot<any>

      The props for the component.

    Returns Element

    • The rendered component.