fix: definition of BrandSlots.
This commit is contained in:
parent
3cfa093d01
commit
9e4d912320
|
@ -1,7 +1,6 @@
|
||||||
import type { Component } from "../../internals/Component";
|
|
||||||
import type { NonLocalized } from "../../internals/NonLocalizedT";
|
import type { NonLocalized } from "../../internals/NonLocalizedT";
|
||||||
|
|
||||||
export interface BrandSlots extends Component {
|
export interface BrandSlots {
|
||||||
slotName: NonLocalized<string>;
|
slotName: NonLocalized<string>;
|
||||||
brands: NonLocalized<string[]>,
|
brands: NonLocalized<string[]>,
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user