UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

6 lines 248 B
import type { SelectType } from '../types/index.js'; export declare const sanitizeSelect: ({ forceSelect, select, }: { forceSelect?: SelectType; select?: SelectType; }) => SelectType | undefined; //# sourceMappingURL=sanitizeSelect.d.ts.map