We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436591c commit 9f22b45Copy full SHA for 9f22b45
packages/react-notion-x/src/third-party/property.tsx
@@ -3,6 +3,7 @@ import * as React from 'react'
3
import * as types from 'notion-types'
4
import format from 'date-fns/format/index.js'
5
import formatNumber from 'format-number'
6
+import { FormulaResult } from 'notion-types'
7
8
import { Checkbox } from '../components/checkbox'
9
import { GracefulImage } from '../components/graceful-image'
@@ -11,7 +12,6 @@ import { Text } from '../components/text'
11
12
import { useNotionContext } from '../context'
13
import { cs } from '../utils'
14
import { evalFormula } from './eval-formula'
-import { FormulaResult } from 'notion-types'
15
16
export interface IPropertyProps {
17
propertyId?: string
0 commit comments