chore: generate
This commit is contained in:
@@ -20,9 +20,7 @@ export type InternalTuiPlugin = Omit<TuiPluginModule, "id"> & {
|
|||||||
enabled?: boolean
|
enabled?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export function internalTuiPlugins(
|
export function internalTuiPlugins(flags: Pick<RuntimeFlags.Info, "experimentalEventSystem">): InternalTuiPlugin[] {
|
||||||
flags: Pick<RuntimeFlags.Info, "experimentalEventSystem">,
|
|
||||||
): InternalTuiPlugin[] {
|
|
||||||
return [
|
return [
|
||||||
HomeFooter,
|
HomeFooter,
|
||||||
HomeTips,
|
HomeTips,
|
||||||
|
|||||||
Reference in New Issue
Block a user