UNPKG

@tarojs/taro

Version:
12 lines (9 loc) 180 B
export { Current } from '@tarojs/runtime' export interface IFileType { style: string script: string templ: string config: string xs?: string } export * from './config'