'use client' export function getStringAttr(value: unknown) { return typeof value === 'string' ? value : '' }