UNPKG

backpack-ui

Version:

Lonely Planet's Components

21 lines (18 loc) 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = schema; /** * Exports props for schema.org specifications * http://schema.org/ */ function schema(_ref) { var itemProp = _ref.itemProp; var itemType = _ref.itemType; return { itemProp: itemProp, itemScope: "itemScope", itemType: "http://schema.org/" + itemType }; }