UNPKG

@suyouwanggang/p-ui

Version:

`p-ui`是一套使用原生`Web Components`规范开发的跨框架UI组件库,基于`lit-elment`库开发。 [github项目地址](https://github.com/suyouwanggang/p-ui)

18 lines 581 B
import { LitElement } from 'lit-element'; declare type typeString = '' | 'warning' | 'error' | 'success' | 'code' | 'mark'; export declare class PText extends LitElement { rows: number; draggable: false; mark: false; code: false; type: typeString; private _truncated; static styles: import("lit-element").CSSResult; get truncated(): boolean; private _resizeObserver; firstUpdated(): void; disconnectedCallback(): void; render(): import("lit-element").TemplateResult; } export {}; //# sourceMappingURL=p-text.d.ts.map