bilitoolkit-ui 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -164,6 +164,10 @@ declare type __VLS_Props_22 = {
164
164
  small?: boolean;
165
165
  };
166
166
 
167
+ declare type __VLS_Props_23 = {
168
+ content: string;
169
+ };
170
+
167
171
  declare type __VLS_Props_3 = CountdownDialogProps;
168
172
 
169
173
  declare type __VLS_Props_4 = PageRangeDialogProps;
@@ -1552,6 +1556,12 @@ logBoxRef: HTMLDivElement;
1552
1556
  }, HTMLDivElement>;
1553
1557
  export { LogPrint_2 as LogPrint }
1554
1558
 
1559
+ declare const OverflowText_2: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1560
+ containerRef: HTMLDivElement;
1561
+ textRef: HTMLSpanElement;
1562
+ }, any>;
1563
+ export { OverflowText_2 as OverflowText }
1564
+
1555
1565
  export declare interface PageData {
1556
1566
  pageNum: number;
1557
1567
  pageSize: number;