UNPKG
@ctsy/layui-vue
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.4.6
0.3.4
0.3.3
0.3.2
a component library for Vue 3 base on layui-vue
www.layui-vue.com
@ctsy/layui-vue
/
types
/
component
/
button
/
interface.d.ts
5 lines
(4 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
export
declare
type
ButtonType =
"primary"
|
"normal"
|
"warm"
|
"danger"
;
export
declare
type
ButtonSize =
"lg"
|
"sm"
|
"xs"
;
export
declare
type
ButtonBorder =
"green"
|
"blue"
|
"orange"
|
"red"
|
"black"
;
export
declare
type
ButtonNativeType =
"button"
|
"submit"
|
"reset"
;