mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-23 00:56:33 +03:00
5 lines
63 B
TypeScript
5 lines
63 B
TypeScript
|
declare module 'slugify' {
|
||
|
var x: any;
|
||
|
export default x;
|
||
|
}
|