Variable: requireFunctionSlotsForProgrammaticComponents
ts
const requireFunctionSlotsForProgrammaticComponents: RuleModule<
"invalidChildren",
[],
unknown,
RuleListener
>;
An ESLint rule that enforces the use of function slots for components rendered using Vue's h function.