UNPKG

@etsoo/toolpad

Version:

Dashboard framework extention based on Toolpad Core

5 lines (4 loc) 103 B
/** * Sets the current document title. */ export default function usePageTitle(title: string): void;