UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

9 lines 231 B
export type StepNavItem = { label: Record<string, string> | string; url?: string; }; export type Context = { setStepNav: (items: StepNavItem[]) => void; stepNav: StepNavItem[]; }; //# sourceMappingURL=types.d.ts.map