mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-04 22:28:40 +08:00
7 lines
254 B
TypeScript
7 lines
254 B
TypeScript
import { htmlTitlePlugin } from './html-title-plugin'
|
|
import { mixinCss } from './mixin-css'
|
|
import { cdnResolve } from './cdn-resolve'
|
|
import { svgIconResolve } from './svg-icon-resolve'
|
|
|
|
export { htmlTitlePlugin, mixinCss, cdnResolve, svgIconResolve }
|