UNPKG
@cocoy/kit-components
Version:
latest (1.0.0)
1.0.0
一些前端组件
@cocoy/kit-components
/
dist
/
LoadableSwitch
/
index.d.ts
5 lines
(4 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
SwitchProps
}
from
'antd'
;
export
type
LoadableSwitchProps
=
Omit
<
SwitchProps
,
'loading'
>;
declare
const
LoadableSwitch
:
FC
<
LoadableSwitchProps
>;
export
{
LoadableSwitch
};