@ebay/ebayui-core
Version:
Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.
21 lines (20 loc) • 461 B
TypeScript
export namespace Links {
let a11yHeadingText: string;
let item: any[];
}
export namespace Buttons {
let item_1: any[];
export { item_1 as item };
}
export namespace linkLastWithoutHREF {
let a11yHeadingText_1: string;
export { a11yHeadingText_1 as a11yHeadingText };
let item_2: any[];
export { item_2 as item };
}
export const linkHeadingTag: {
a11yHeadingText: string;
item: any[];
} & {
a11yHeadingTag: string;
};