UNPKG

petals-ui

Version:
10 lines (7 loc) 197 B
import { ClassName } from '../../basic'; interface IEmptyComponent { readonly image: string; readonly imageClassName: ClassName; readonly description: string; } export { IEmptyComponent };