UNPKG

557 BTypeScriptView Raw
1import { GemElement } from '@mantou/gem/lib/element';
2import { StringList } from '../lib/types';
3export declare type Status = StringList<'default' | 'positive' | 'informative' | 'neutral' | 'notice' | 'negative'>;
4export declare function getStatusColor(status: Status): string;
5/**
6 * @customElement dy-status-light
7 */
8export declare class DuoyunStatusLightElement extends GemElement {
9 #private;
10 status: Status;
11 constructor();
12 render: () => import("lit-html/lib/template-result").TemplateResult;
13}
14//# sourceMappingURL=status-light.d.ts.map
\No newline at end of file