UNPKG

@suyouwanggang/p-ui

Version:

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

15 lines 441 B
import { LitElement } from 'lit-element'; export declare class PICon extends LitElement { view: number; name: string; iconPath: string; path: string; size: number; color: string; spin: boolean; static styles: import("lit-element").CSSResult; constructor(); render(): import("lit-element").SVGTemplateResult; updated(changedProperty: any): void; } //# sourceMappingURL=p-icon.d.ts.map