feat: manage layout fallback copy via payload
This commit is contained in:
@@ -5775,6 +5775,7 @@ export interface Header {
|
||||
menuLabel: string;
|
||||
openLabel: string;
|
||||
closeLabel: string;
|
||||
dialogLabel: string;
|
||||
overviewLabel: string;
|
||||
loadingBrand: string;
|
||||
loadingLabel: string;
|
||||
@@ -5898,6 +5899,7 @@ export interface HeaderSelect<T extends boolean = true> {
|
||||
menuLabel?: T;
|
||||
openLabel?: T;
|
||||
closeLabel?: T;
|
||||
dialogLabel?: T;
|
||||
overviewLabel?: T;
|
||||
loadingBrand?: T;
|
||||
loadingLabel?: T;
|
||||
|
||||
Reference in New Issue
Block a user