UNPKG
@teamsparta/stack-flex
Version:
canary (1.0.8-canary.0)
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.8
1.0.8-canary.0
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
stack flex
github.com/TeamSparta-Inc/stack
@teamsparta/stack-flex
/
dist
/
index.d.ts
8 lines
(7 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
{
Flex
,
FlexProps
}
from
'./v1/Flex.js'
;
export
{
FlexV2
,
FlexV2Props
}
from
'./v2/FlexV2.js'
;
import
'@teamsparta/stack-core'
;
import
'@teamsparta/stack-utils'
;
import
'react'
;
import
'./shared/type.js'
;
import
'@radix-ui/react-primitive'
;