type PropsWithChildren<P> = P & object;
Defined in: packages/preact-form/src/types.ts:141
optional children: ComponentChildren;
P = unknown