mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-02 11:24:32 +08:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
import VanillaModal from 'vanilla-modal';
|
|
|
|
const modalInstance = new VanillaModal();
|
|
modalInstance.open('#foo');
|