UNPKG

@useloops/design-system

Version:

The official React based Loops design system

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