export { Current } from '@tarojs/runtime' export interface IFileType { style: string script: string templ: string config: string xs?: string } export * from './config'