UNPKG

@slsplus/migrate

Version:
8 lines (7 loc) 208 B
import { AnyObject } from '../typings'; /** * migrate website component * @param oldConfigs website configs */ declare function migrateWebsite(oldConfigs: AnyObject): AnyObject; export { migrateWebsite };