UNPKG

927 BTypeScriptView Raw
1import { Emitter } from '@mantou/gem/lib/decorators';
2import { GemElement } from '@mantou/gem/lib/element';
3import { DuoyunScrollBaseElement } from './base/scroll';
4import './action-text';
5declare type State = {
6 bottomOverflow: boolean;
7 expanded: boolean;
8};
9/**
10 * @customElement dy-more
11 * @attr maxheight
12 * @attr expandless
13 */
14export declare class DuoyunMoreElement extends GemElement<State> {
15 #private;
16 maxheight: string;
17 more: string;
18 less: string;
19 expandless: boolean;
20 state: State;
21 constructor();
22 render: () => import("lit-html/lib/template-result").TemplateResult;
23}
24/**
25 * @customElement dy-more-slot
26 */
27export declare class DuoyunMoreSlotElement extends DuoyunScrollBaseElement {
28 change: Emitter<boolean>;
29 constructor();
30 mounted: () => void;
31 render: () => import("lit-html/lib/template-result").TemplateResult;
32}
33export {};
34//# sourceMappingURL=more.d.ts.map
\No newline at end of file