Skip to content

argument type of renderItem should be ItemT #191

Closed
@pke

Description

@pke

This is great library! It has every customisation feature I'd hoped for! Kudos! 🚀

One little question though re the renderItem render function:
Its currently defined as: renderItem: (a: any) => React.ReactNode;
wouldn't it be possible to define it as renderItem: (a: ItemT) => React.ReactNode;?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions