added fonts
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
export type ComponentStackFrame = {
|
||||
canOpenInEditor: boolean;
|
||||
component: string;
|
||||
file?: string;
|
||||
lineNumber?: number;
|
||||
column?: number;
|
||||
};
|
||||
export declare function parseComponentStack(componentStack: string): ComponentStackFrame[];
|
||||
Reference in New Issue
Block a user