How to export `Base:@kwdef`?

module Foo
using Base:@kwdef
export @kwdef
end

works fine for me. Please provide an MWE.

4 Likes