chore: generate
This commit is contained in:
@@ -19,9 +19,7 @@ export type BuiltinTuiPlugin = Omit<TuiPluginModule, "id"> & {
|
|||||||
enabled?: boolean
|
enabled?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export function createBuiltinPlugins(options: {
|
export function createBuiltinPlugins(options: { experimentalEventSystem: boolean }): BuiltinTuiPlugin[] {
|
||||||
experimentalEventSystem: boolean
|
|
||||||
}): BuiltinTuiPlugin[] {
|
|
||||||
return [
|
return [
|
||||||
HomeFooter,
|
HomeFooter,
|
||||||
HomeTips,
|
HomeTips,
|
||||||
|
|||||||
Reference in New Issue
Block a user