UNPKG

@baseplate-dev/ui-components

Version:

Shared UI component library

7 lines 196 B
/** * Determines if the screen is mobile. * * @returns true if the screen is mobile, false otherwise */ export declare function useIsMobile(): boolean; //# sourceMappingURL=use-mobile.d.ts.map