export type * from './src/public-types';
export { default as NTag, tagProps } from './src/Tag';
export type { TagProps, TagSlots } from './src/Tag';
