UNPKG
concis
Version:
latest (1.6.0)
1.6.0
1.5.10
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.1
1.5.0
1.4.17
1.4.16
1.4.15
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.29
1.3.29-beta2
1.3.29-beta
1.3.28
1.3.27
1.3.26
1.3.25
1.3.24
1.3.23
1.3.22
1.3.21-beta
1.3.20
1.3.18
1.3.17-beta
1.3.16
1.3.14-beta
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.2
1.2.1
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.17
1.0.16
1.0.15
1.0.14
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Concis Component library for PC
concis
/
web-react
/
umd
/
packages
/
concis-react
/
src
/
Button
/
group.d.ts
6 lines
(5 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
import
{
ButtonGroupProps
}
from
'./interface'
;
import
'./index.module.less'
;
declare
const
groupComponent
:
React
.
ForwardRefExoticComponent
<
ButtonGroupProps
&
React
.
RefAttributes
<
unknown
>>;
export
default
groupComponent;