UNPKG

@kbfront/kb-ui

Version:

KB React UI Library

4 lines (3 loc) 101 B
declare type ISize = number | undefined; export declare const useWindowSize: () => ISize; export {};