Updates
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
type Params = {
|
||||
tsx: string;
|
||||
};
|
||||
export default function grabTsxStringModule<T>({ tsx, }: Params): Promise<T>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user