jsx-runtime.d.ts 476 B

1234567891011121314
  1. export = _objectWithoutProperties;
  2. declare function _objectWithoutProperties(source: any, excluded: any): any;
  3. declare namespace _objectWithoutProperties {
  4. export { __esModule, _default as default, fragment as Fragment, jsx, jsx as jsxDEV, jsx as jsxs };
  5. }
  6. declare const __esModule: boolean;
  7. declare function fragment(props: any): any;
  8. declare function jsx(type: any, config: any, key: any): {
  9. key: any;
  10. ref: any;
  11. type: any;
  12. props: any;
  13. _cache: {};
  14. };