fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
8 lines (7 loc) • 311 B
TypeScript
import React from 'react';
import { ListDescriptionProps } from './type';
declare const ListDescription: {
({ as, className, content, children, ...props }: ListDescriptionProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
displayName: string;
};
export default ListDescription;