Files
flights_web_raw/apps/angular/node_modules/markdown-to-jsx/dist/site.d.ts
T

14 lines
265 B
TypeScript

import { CSSProp } from 'styled-components';
declare global {
interface Window {
hljs: {
highlightElement: (element: HTMLElement) => void;
};
}
}
declare module 'react' {
interface Attributes {
css?: CSSProp;
}
}