UNPKG

burdy

Version:

Open Source Headless Platform

10 lines (9 loc) 203 B
import React from 'react'; interface EmptyProps { title?: string; image?: string; subtitle?: string; compact?: boolean; } declare const Empty: React.FC<EmptyProps>; export default Empty;