|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
262 bytes
|
| Line | |
|---|
| 1 | import { Parser } from 'acorn'
|
|---|
| 2 |
|
|---|
| 3 | declare const jsx: (options?: jsx.Options) => (BaseParser: typeof Parser) => typeof Parser;
|
|---|
| 4 |
|
|---|
| 5 | declare namespace jsx {
|
|---|
| 6 | interface Options {
|
|---|
| 7 | allowNamespacedObjects?: boolean;
|
|---|
| 8 | allowNamespaces?: boolean;
|
|---|
| 9 | }
|
|---|
| 10 | }
|
|---|
| 11 |
|
|---|
| 12 | export = jsx;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.