UNPKG
@nteract/data-explorer
Version:
canary (8.2.12--canary.71.a7f202e.0)
latest (8.2.12)
next (8.2.13-next.0)
prerelease (7.2.3-alpha.0)
9.0.0--canary.71.ef818fc.0
9.0.0--canary.71.261e24a.0
9.0.0--canary.71.1b84808.0
8.2.13-next.0
8.2.12
8.2.12--canary.71.a7f202e.0
8.2.11
8.2.10
8.2.10--canary.65.4b3f411.0
8.2.10--canary.64.d71fcbc.0
8.2.10--canary.64.655a3e0.0
8.2.9
8.2.8
8.2.7
8.2.6
8.2.5
8.2.4
8.2.3
8.2.2
8.2.1
8.2.0
8.1.1
8.1.0
8.0.3
8.0.2
8.0.1
8.0.0
7.2.3-alpha.0
7.2.2-alpha.0
7.2.1
7.2.1-alpha.0
7.2.0-alpha.0
7.1.6
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.1
7.0.0
6.2.0
6.1.3
6.1.2
6.1.1
6.1.0
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
Transform for data resource JSON
github.com/nteract/data-explorer
nteract/data-explorer
@nteract/data-explorer
/
lib
/
css
/
index.d.ts
6 lines
(5 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
interface
ThemeProps
{
theme
:
string
|
undefined
; }
declare
const
_default
:
import
(
"styled-components"
).
StyledComponent
<
"div"
,
any
,
ThemeProps
,
never
>;
export
default
_default;