UNPKG

styled-components

Version:
6 lines (5 loc) 237 B
/** * 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;