File tree Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1+ // Type definitions for pptxgenjs 2.3.0
2+ // Project: https://gitbrent.github.io/bootstrap-switch-button-react/
3+ // Definitions by: Brent Ely <https://github.com/gitbrent/>
4+ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5+ // TypeScript Version: 2.3
6+
7+ export as namespace BootstrapSwitchButton ;
8+
9+ export = BootstrapSwitchButton ;
10+
11+ declare class BootstrapSwitchButton {
12+ // TODO:
13+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " bootstrap-switch-button-react" ,
3- "version" : " 1.0.0-beta.2 " ,
3+ "version" : " 1.0.0-beta.3 " ,
44 "license" : " MIT" ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/gitbrent/bootstrap-switch-button-react.git"
88 },
9- "main" : " ./lib/bootstrap-switch-button.js" ,
10- "scripts" : {
11- "build" : " webpack -p" ,
12- "start" : " webpack-dev-server -d --content-base ./public" ,
13- "server" : " webpack-dev-server --open"
14- },
15- "dependencies" : {
16- "@types/node" : " ^11.9.4" ,
9+ "main" : " ./lib/bootstrap-switch-button.tsx" ,
10+ "types" : " ./lib/bootstrap-switch-button.d.ts" ,
11+ "devDependencies" : {
1712 "@types/react" : " ^16.8.1" ,
18- "@types/react-dom" : " 16.0.11" ,
1913 "react" : " 16.7.0" ,
20- "react-helmet" : " ^5.2.0"
21- },
22- "devDependencies" : {
2314 "typescript" : " 3.3.1"
2415 }
2516}
You can’t perform that action at this time.
0 commit comments