@massds/mayflower-react
Version:
React versions of Mayflower design system UI components
24 lines (23 loc) • 482 B
TypeScript
declare const _default: {
stateItem: {
text: string;
ariaLabel: string;
icon: string;
link: string;
};
loginItem: {
text: string;
ariaLabel: string;
icon: string;
closeText: string;
panel: {
description: string;
links: {
text: string;
href: string;
type: string;
}[];
};
};
};
export default _default;