UNPKG

@lilybird/jsx

Version:
8 lines (7 loc) 193 B
export function Attachment(props) { return { file: "path" in props ? Bun.file(props.path) : props.file, name: props.name, uri: `attachment://${props.name}` }; }