Share attrs for all components in a module

Let’s say I have 13 component functions in a module,
let’s say they all have 3 attributes in common.

Is there a way to define the shared attrs only once for all?

Thanks a lot

I’m not sure about the kind of attribute that you are looking for, but you can use a module attribute as a constant.

I’m sorry, I am talking about the attr macro Phoenix.Component — Phoenix LiveView v0.18.17