Repository URL to install this package:
|
Version:
0.0.15 ▾
|
declare const wording: {
myaccount: string;
signout: string;
welcome: string;
guest: string;
userName: string;
orders: string;
fillColor: {
fill1: string;
fill2: string;
};
activeFillColor: {
fill1: string;
fill2: string;
};
};
declare const routes: {
logout: string;
};
export { routes };
export { wording };