UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

16 lines (15 loc) 324 B
/// <reference types="sinon" /> import 'sinon-chai'; declare type Mocks = { fake: sinon.SinonFake; }; declare global { const mock: Mocks; namespace Chai { interface Assertion { matchSnapshot(name?: string): void; toMatchSnapshot(name?: string): void; } } } export {};