UNPKG
@leoborel/ngx-ui-switch
Version:
latest (14.0.5)
14.0.5
14.0.4
14.0.3
14.0.2
14.0.1
13.0.2
switch button for angular4
github.com/webcat12345/ngx-ui-switch
webcat12345/ngx-ui-switch
@leoborel/ngx-ui-switch
/
ui-switch
/
ui-switch.token.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
import
{
InjectionToken
}
from
'@angular/core'
;
export
declare
const
UI_SWITCH_OPTIONS
:
InjectionToken
<
unknown
>;