3 lines
108 B
TypeScript
Raw Permalink Normal View History

2025-12-10 12:02:17 +08:00
export { affixProps, default as NAffix } from './src/Affix';
export type { AffixProps } from './src/Affix';