Parameters
- id: number
- defaultValue: T | (() => T)
Returns {
projectData: T;
projectDataIsInitialized: boolean;
setProjectData: Dispatch<SetStateAction<T>>;
}
An object with a flag indicating if the project data has been initialized, the current project data and a setter callback.
A hook for data that should be saved to the current project.