@equinor/roma-page-title-module
v0.0.1
Published
This module enables apps to set the page title automatically based on the current route. ```ts type PageTitle = { setTitleArguments(args: Record<string, string | number>): void; setTitle(title: string, route?: Route): void; setDisabled(disabled: boo
