UNPKG

backpack-ui

Version:

Lonely Planet's Components

15 lines (13 loc) 245 B
/** * Exports props for schema.org specifications * http://schema.org/ */ export default function schema({ itemProp, itemType, }) { return { itemProp, itemScope: "itemScope", itemType: `http://schema.org/${itemType}`, }; }