fix: definition of BrandSlots.

This commit is contained in:
David Ball 2024-08-24 14:03:43 -04:00
parent 3cfa093d01
commit 9e4d912320

View File

@ -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[]>,
} }