@fle-ui/plus-goods-detail-drawer
Version:
@fle-ui/plus-goods-detail-drawer
10 lines (9 loc) • 320 B
TypeScript
import React from 'react';
import type { GoodsInfo, HideFieldsType } from '../../type';
interface AnchorNavigationProps {
bounds?: number;
hideFields?: HideFieldsType[];
goodsData: Partial<GoodsInfo> | null;
}
declare const AnchorNavigation: React.FC<AnchorNavigationProps>;
export default AnchorNavigation;