UNPKG

digitinary-ui

Version:

Digitinary UI Library

6 lines (5 loc) 201 B
import React from 'react'; import './style.scss'; import { SimpleLabelValueProps } from '../../types'; declare const SimpleLabelValue: React.FC<SimpleLabelValueProps>; export default SimpleLabelValue;