UNPKG

344 BTypeScriptView Raw
1import { GemElement, TemplateResult } from '@mantou/gem/lib/element';
2import './use';
3/**
4 * @customElement dy-empty
5 */
6export declare class DuoyunEmptyElement extends GemElement {
7 icon?: string | Element | DocumentFragment;
8 description?: string | TemplateResult;
9 render: () => TemplateResult;
10}
11//# sourceMappingURL=empty.d.ts.map
\No newline at end of file