prettier fixes #16
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Modal } from '#components';
|
||||
|
||||
// seems pretty stoopid that I need to do this in a seperate file but it seems to work
|
||||
export type ModalType = typeof Modal extends new () => infer T ? T : never;
|
||||
export type ModalType = typeof Modal extends new () => infer T ? T : never;
|
||||
|
||||
Reference in New Issue
Block a user