UNPKG

@impossiblefinance/uikit

Version:
6 lines (5 loc) 138 B
declare type State = { [key: string]: boolean; }; declare const useMatchBreakpoints: () => State; export default useMatchBreakpoints;