import { UiDataPayloads } from '../types'; export type UseUiDataFunction = (dataName: T, defaultValue: UiDataPayloads[T]) => UiDataPayloads[T];