6 lines
237 B
TypeScript
6 lines
237 B
TypeScript
/**
|
|
* Create an error file out of errors.md for development and a simple web link to the full errors
|
|
* in production mode.
|
|
*/
|
|
export default function throwStyledComponentsError(code: string | number, ...interpolations: any[]): Error;
|