UNPKG

@minimaltech/ra-infra

Version:

Minimal Technology ReactJS Infrastructure

6 lines (5 loc) 174 B
export interface IUseDocumentTitleParams { value?: string; defaultValue?: string; } export declare const useDocumentTitle: (params: IUseDocumentTitleParams) => void;