UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

3 lines (2 loc) 141 B
export declare function readonlySetLikeToSet<T>(input: ReadonlySetLike<T>): Set<T>; export declare function useSet<T>(values?: T[]): Set<T>;