UNPKG
go-captcha-test
Version:
latest (0.0.1-react-test)
0.0.1-react-test
This is the react package for go-captcha
github.com/wenlng
go-captcha-test
/
dist
/
components
/
Button
/
meta
/
config.d.ts
13 lines
(12 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** *
@Author
Awen
*
@Date
2024/06/01 *
@Email
wengaolng
@gmail
.com **/
export
interface
ButtonConfig
{
width
?:
number
;
height
?:
number
;
verticalPadding
?:
number
;
horizontalPadding
?:
number
; }
export
declare
const
defaultConfig
:
() =>
ButtonConfig
;