UNPKG
aesthetic-react
Version:
latest (2.2.1)
next (2.0.0-alpha.2)
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-alpha.2
2.0.0-alpha.1
2.0.0-alpha.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
1.0.0-rc.0
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
React hooks, composers, and more for styling components with Aesthetic.
milesj/aesthetic
aesthetic-react
/
lib
/
DirectionContext.d.ts
5 lines
•
187 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
Direction
}
from
'aesthetic'
;
declare
const
_default
:
React
.
Context
<
Direction
>;
export
default
_default;
//# sourceMappingURL=DirectionContext.d.ts.map