UNPKG

200 BTypeScriptView Raw
1export { default as install } from './install';
2interface SetupOptions {
3 getRootElement?: () => Element | null;
4}
5export declare function setup(assert: Assert, options?: SetupOptions): void;