Repository URL to install this package:
|
Version:
0.0.15 ▾
|
const wording = {
// @todo : Need to verify this status text for signed-in user
noListsAvailableText: 'You do not have any lists yet.',
noItemsInListText: 'There are no items within this list.',
heading: 'lists',
headerButtonLabel: 'Create List',
};
const headerAttributes = {
heading: wording.heading,
buttonLabel: wording.headerButtonLabel,
};
const searchAdditionalProps = {
labelText: 'your lists',
placeholder: 'search all lists',
};
export { wording, headerAttributes, searchAdditionalProps };
export default wording;
//# sourceMappingURL=fixture.js.map