UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

5 lines 244 B
export { useScreenType } from './useScreen'; export { usePersistingState } from './usePersistingState'; export { useDebouncedEffect } from './useDebouncedEffect'; export { type TScreenType } from './types'; //# sourceMappingURL=exports.d.ts.map