This file contains hidden or 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
declare module "@sanity/block-content-to-react" | |
{ | |
import * as React from "react" | |
export interface BlockContentProps { | |
/** | |
* Pass in either an array or a single object of [Portable Text](https://github.com/portabletext/portabletext) | |
* | |
* *This is the only required prop* | |
*/ |
This file contains hidden or 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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
This file contains hidden or 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
body { | |
background-color: #1d2021 | |
} | |
.pln, | |
.pad1, | |
.pad1 p, | |
.cline-yes { | |
color: #fbf1c7 | |
} |
This file contains hidden or 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
Database: | |
"root": { | |
"reservations": { | |
"-59a9ac14cf84dddb10852e65": { | |
"details": { | |
"message": "in labore velit quis commodo.", | |
"children": 0, | |
"adults": 5, | |
"tel": "+36-96-055-6277", | |
"email": "[email protected]", |
NewerOlder