epn-ui
Version:
Дизайн система кабинета ВМ
12 lines (11 loc) • 381 B
TypeScript
import type { EmptyProps } from 'antd/es/empty';
export interface IBaseEmptyProps {
description?: EmptyProps['description'];
image?: EmptyProps['image'];
imageStyle?: EmptyProps['imageStyle'];
className?: EmptyProps['className'];
style?: EmptyProps['style'];
showImage?: boolean;
children?: EmptyProps['children'];
locale: 'ru' | 'en';
}