@gravel-form/antd
Version:
A flexible middlewares driven json schema form with Ant Design
1 lines • 677 B
Source Map (JSON)
{"version":3,"sources":["middlewares/NotSupportedMw.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAG3C,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAEpD,CAAC;AAEF,eAAe,cAAc,CAAC","file":"NotSupportedMw.d.ts","sourcesContent":["import * as React from 'react';\nimport { toJSONSchemaPath } from '../core';\nimport { MiddlewareProps } from '../share';\nimport { Alert } from 'antd';\n\nexport const NotSupportedMw: React.FC<MiddlewareProps> = ({ schemaPath }) => (\n <Alert message={`schema not supported, location ${toJSONSchemaPath(schemaPath)}`} type=\"error\" showIcon />\n);\n\nexport default NotSupportedMw;\n"]}