import * as React from 'react'; export const PrimitiveDocumentation = ({ unit }) => ( {unit.name} {unit.description} );