UNPKG

@aliretail/react-materials-components

Version:
9 lines (8 loc) 275 B
import OriginAffixNav from './AffixNav'; import Item from './Item'; declare type OriginAffixNavType = typeof OriginAffixNav; interface AffixNavInterface extends OriginAffixNavType { Item: typeof Item; } declare const AffixNav: AffixNavInterface; export default AffixNav;