/** * Which affordance {@see AContentAction} renders for the active route. * `add` on the overview route, `back` on the add route. */ export type ContentActionMode = 'add' | 'back'; //# sourceMappingURL=types.d.ts.map