Added an option to define custom window title mappings. (#149)
This commit is contained in:
1
lib/types/options.d.ts
vendored
1
lib/types/options.d.ts
vendored
@@ -34,6 +34,7 @@ export type RowProps<T> = {
|
||||
disabledBinding?: Variable<boolean>
|
||||
exportData?: ThemeExportData
|
||||
subtitle?: string | VarType<any> | Opt,
|
||||
subtitleLink?: string,
|
||||
dependencies?: string[],
|
||||
increment?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user