Skip to content

Commit

Permalink
fix(NgcCookieOptions): add missing export
Browse files Browse the repository at this point in the history
Closes #53
  • Loading branch information
tinesoft committed May 28, 2019
1 parent d3a7b3d commit 971b65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export {
export {
NgcContentOptions, NgcHTMLElements, NgcLawOptions, NgcLocationOptions, NgcPaletteOptions,
NgcCompliance, NgcLayouts, NgcPalette, NgcCookieConsentStatus,
NgcCookiePosition, NgcCookieLayout, NgcCookieType, NgcCookieTheme, NgcCookieCompliance
NgcCookiePosition, NgcCookieLayout, NgcCookieType, NgcCookieTheme, NgcCookieCompliance, NgcCookieOptions
} from './model/index';

export { NgcInitializeEvent, NgcStatusChangeEvent, NgcNoCookieLawEvent } from './event/index';

0 comments on commit 971b65e

Please sign in to comment.