UNPKG

362 BTypeScriptView Raw
1import { GemElement } from '@mantou/gem/lib/element';
2/**
3 * @customElement dy-help-text
4 * @attr status
5 */
6export declare class DuoyunHelpTextElement extends GemElement {
7 #private;
8 status: 'default' | 'neutral' | 'positive' | 'negative';
9 render: () => import("lit-html/lib/template-result").TemplateResult;
10}
11//# sourceMappingURL=help-text.d.ts.map
\No newline at end of file