UNPKG

@open-tender/ui

Version:

A component library for use with the Open Tender web app

9 lines (8 loc) 265 B
import React from 'react'; import { ScreenConfig } from '../../types'; declare const ItemToggleView: ({ config, label, children }: { config: ScreenConfig; label: string; children: React.ReactNode; }) => React.JSX.Element; export default ItemToggleView;