Internal context for UserList For example, the developer can create a custom header with getting data from the domain context

Type Parameters

  • User

Hierarchy

  • UserListContextsType

Properties

Properties

Fragment: Context<{
    headerRight: string;
    headerTitle: string;
}>
List: Context<{
    selectedUsers: User[];
    setSelectedUsers: Dispatch<SetStateAction<User[]>>;
}>

Generated using TypeDoc