import { TopAppBarFoundation } from '../foundation'; import { AppBarStatusTypes } from '../types'; /** * 创建不同类型的滚动 * @param appBarProps 应用栏各种状态属性 * @param scrollTarget 滚动目标 * @param appBar 应用栏本栏 */ export default function createFoundation(appBarProps: AppBarStatusTypes, scrollTarget: Window | HTMLElement, appBar: HTMLElement): TopAppBarFoundation;