Generally, things are easier to find when they are close to each other, e.g. if a type definition is only used in one file, include the type definition in that file! Don’t even export it if you can avoid it.
This is part of why Tailwind is so nice to use, all the styles are right there, in the one place they are relevant.