| // This allows tests to include Slate Nodes written in JSX without TypeScript complaining. | |
| declare namespace jsx.JSX { | |
| interface IntrinsicElements { | |
| [elemName: string]: any // eslint-disable-line | |
| } | |
| } | |
| // This allows tests to include Slate Nodes written in JSX without TypeScript complaining. | |
| declare namespace jsx.JSX { | |
| interface IntrinsicElements { | |
| [elemName: string]: any // eslint-disable-line | |
| } | |
| } | |