ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface Props<T>

    Props interface for generic component props

    interface Props<T> {
        data: T[];
        renderItem: (item: T) => ReactNode;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T[]

    Data array

    renderItem: (item: T) => ReactNode

    Function to render item