UNPKG

304 BTypeScriptView Raw
1import { DuoyunPopoverElement } from './popover';
2/**
3 * @customElement dy-tooltip
4 */
5export declare class DuoyunTooltipElement extends DuoyunPopoverElement {
6 ghostStyle: {
7 '--bg': string;
8 '--color': string;
9 'max-width': string;
10 };
11}
12//# sourceMappingURL=tooltip.d.ts.map
\No newline at end of file