Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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