UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

5 lines (4 loc) 237 B
import React from 'react'; import type { KeyValueListProps } from './KeyValueList.types'; declare const KeyValueList: React.ForwardRefExoticComponent<KeyValueListProps & React.RefAttributes<HTMLDivElement>>; export default KeyValueList;