mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-24 11:08:16 +08:00
11 lines
283 B
TypeScript
11 lines
283 B
TypeScript
import type { NetlifyFunctionsOptions } from '../shared/index.js'
|
|
import { netlifyFunctionsPlugin } from './plugin.js'
|
|
|
|
export * from './useNetlifyFunctionsPlugins.js'
|
|
|
|
export { type NetlifyFunctionsOptions }
|
|
|
|
export { netlifyFunctionsPlugin }
|
|
|
|
export default netlifyFunctionsPlugin
|