UNPKG

@useloops/design-system

Version:

The official React based Loops design system

11 lines (8 loc) 267 B
import { FunctionComponent } from 'react'; interface KeyValueLabelProps { keyString: string; valueString: string; } declare const KeyValueLabel: FunctionComponent<KeyValueLabelProps>; export { KeyValueLabel as default }; export type { KeyValueLabelProps };