Files
website/src/content/docs/api/functions/makePlugin.md
2024-05-06 17:15:30 -04:00

517 B

editUrl, next, prev, title
editUrl next prev title
false false false makePlugin

makePlugin<V>(type, execute): Plugin<V>

Type parameters

V extends unknown[]

Parameters

type: PluginType

execute

Returns

Plugin<V>

Source

src/core/create-plugins.ts:6