UNPKG

tinacms

Version:

[![GitHub license](https://img.shields.io/github/license/tinacms/tinacms?color=blue)](https://github.com/tinacms/tinacms/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/tinacms.svg?style=flat)](https://www.npmjs.com/package/tinacms) [![Bui

10 lines (9 loc) 318 B
export default function ViewNavigation({ onClickPrev, onClickSwitch, onClickNext, switchContent, switchColSpan, switchProps, }: { onClickPrev: any; onClickSwitch: any; onClickNext: any; switchContent: any; switchColSpan: any; switchProps: any; }): React.JSX.Element; import React from 'react';