This website works better with JavaScript.
Explore
Help
Sign In
Cauchy.Ke
/
fineui
forked from
fanruan/fineui
Watch
1
Star
0
Fork
You've already forked fineui
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
fineui是帆软报表和BI产品线所使用的前端框架。
7232
Commits
1
Branch
0
Tags
451 MiB
Tree:
bc3e70af01
fineui
/
dist
/
lib
/
base
/
a
/
a.d.ts
5 lines
105 B
Raw
Normal View
History
Unescape
Escape
auto upgrade version to 2.0.20201216113239
4 years ago
import
{
Text
}
from
"../single/text"
;
export
declare
class
A
extends
Text
{
static
xtype
:
string
;
}