// @flow export type CreateRel = ({| +href?: string, +rel?: string, +external?: boolean, |}) => ?string; declare export default CreateRel;