geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
12 lines (11 loc) • 445 B
TypeScript
import { BackgroundState } from '../types';
export declare const useBackgroundState: (initialState: BackgroundState) => {
backgroundState: BackgroundState;
setBackgroundState: import('react').Dispatch<import('react').SetStateAction<BackgroundState>>;
rotateBackground: () => void;
updateBackgroundSize: (size: {
width: number;
height: number;
}) => void;
};
//# sourceMappingURL=use-background-state.d.ts.map