Idea React
    Preparing search index...

    Interface UserRankViewProps

    interface UserRankViewProps {
        linkOf?: (user: UserRank) => string;
        rank: UserRank[];
        title: string;
        [key: string]: any;
    }

    Hierarchy

    • RowProps
      • UserRankViewProps

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    linkOf?: (user: UserRank) => string
    rank: UserRank[]
    title: string