mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 16:40:57 +00:00
3 lines
141 B
TypeScript
3 lines
141 B
TypeScript
export declare function readonlySetLikeToSet<T>(input: ReadonlySetLike<T>): Set<T>;
|
|
export declare function useSet<T>(values?: T[]): Set<T>;
|