UNPKG

tdesign-miniprogram

Version:
27 lines (26 loc) 654 B
import { SuperComponent } from '../../../components/common/src/index'; export default class ChatThinking extends SuperComponent { behaviors: string[]; options: { multipleSlots: boolean; }; properties: import("./type").TdChatThinkingProps; data: { localCollapsed: boolean; contentStyle: string; classPrefix: string; }; observers: { maxHeight(): void; collapsed(val: boolean): void; }; methods: { handleCollapse(): void; setContentStyle(): void; }; lifetimes: { created(): void; attached(): void; detached(): void; }; }