UNPKG

@logilab/cwelements

Version:

Library of reusable React components for building web application with cubicweb

10 lines (9 loc) 293 B
import * as React from 'react'; import { providers } from '@logilab/cwclientlibjs'; interface EntityTypeListElemProps { entityType: providers.EntitySchema; } export declare class EntityTypeListElem extends React.Component<EntityTypeListElemProps> { render(): JSX.Element; } export {};