UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 189 B
/// <reference types="react" /> import { DescriptionsProps } from './descriptions.type'; declare const Descriptions: (props: DescriptionsProps) => JSX.Element; export default Descriptions;