Files
standardnotes-app-web/app/assets/javascripts/typings/pug.d.ts
Gorjan Petrovski 1294b94117 feat: integrate two factor authentication (#626)
* feat: integrate SNJS MFA with web

* fix: create rudimentary typings file for qrcode.react

* chore: lint fixes

* fix: address PR feedback

* fix: address PR feedback

* fix: address PR feedback 2

* fix: replace spread props on TwoFactorAuthWrapper component

* chore: change null check to undefined check
2021-09-06 17:15:34 +02:00

6 lines
128 B
TypeScript

declare module "*.pug" {
import { compileTemplate } from 'pug';
const content: compileTemplate;
export default content;
}