Skip to content

Commit

Permalink
Added inner ko reference to exports - allowed to register components
Browse files Browse the repository at this point in the history
  • Loading branch information
T_S_V committed Sep 28, 2021
1 parent 564d248 commit eca7650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entries/jquery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export { defaultBootstrapCss } from "../defaultCss/cssbootstrap";
export { defaultBootstrapMaterialCss } from "../defaultCss/cssbootstrapmaterial";
export { modernCss } from "../defaultCss/cssmodern";
*/
export { ko as ko };
import { Survey, SurveyWindow } from "./knockout";
export { Survey as Model };

Expand Down

0 comments on commit eca7650

Please sign in to comment.