UNPKG

@useloops/design-system

Version:

The official React based Loops design system

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