UNPKG
@bee-design/ui
Version:
latest (1.1.0)
1.1.0
1.0.22
1.0.21
1.0.20
Bee Design React UI Library.
bee.design
@bee-design/ui
/
lib
/
Grid
/
context.d.ts
8 lines
(7 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="react" />
declare
type
RowContextType
= {
gutter
?: [
number
,
number
];
div
?:
boolean
; };
export
declare
const
RowContext
:
import
(
"react"
).
Context
<
RowContextType
>;
export
{};