This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ! CKEditor doesn't have a port to the Typescript version, cause of that we use @ts-ignore a lot here: | |
// @ts-ignore | |
import {CKEditor} from '@ckeditor/ckeditor5-react' | |
// @ts-ignore | |
import ClassicEditor from '@ckeditor/ckeditor5-build-classic' | |
const CKExampleComponent = () => { | |
return (<CKEditor | |
editor={ClassicEditor} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"transaction_id": 101, | |
"shop_id": 220501, | |
"transaction": "credit", | |
"source_type": null, | |
"amount": 100.00, | |
"transaction_date": "2025-02-01 00:00:00", | |
"expiry_at": "2025-03-01 00:00:00" | |
}, |