UNPKG

9s-fe-core

Version:

Core functionalities for authentication, configuration, and repository management.

8 lines (7 loc) 244 B
import React from 'react'; import { FieldTypeModel } from '../../models/schema_model'; interface BooleanDisplayProps { fieldItem: FieldTypeModel; } declare const BooleanDisplay: React.FC<BooleanDisplayProps>; export default BooleanDisplay;