jslib-nightly
Version:
SheerID JavaScript Library
21 lines (20 loc) • 645 B
TypeScript
/**
* TODO - preamble
*/
import './main.scss';
import './polyfills/polyfills';
import { SheerIdJsApi } from './lib/types/types';
declare global {
interface Window {
sheerId: SheerIdJsApi;
NREUM: any;
ga: any;
sheerIdReqV: string;
sheerIdPubV: string;
sheerIdScriptBasePath: string;
__webpack_public_path__: string;
}
}
export { setOptions, resetOptions } from './options/options';
export { VerificationForm } from './components/VerificationForm/VerificationFormComponent';
export { overrideComponent, resetOverriddenComponents } from './lib/componentOverride/componentOverride';