UNPKG

@useloops/design-system

Version:

The official React based Loops design system

7 lines (4 loc) 219 B
import { FunctionComponent } from 'react'; import { ProjectItemProps } from './projectItem.types.js'; declare const ProjectItemListView: FunctionComponent<ProjectItemProps>; export { ProjectItemListView as default };