UNPKG
@sky-mavis/tanto-widget
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.1-beta.7
0.0.1-beta.6
0.0.1-beta.5
0.0.1-beta.4
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
Tanto Widget
github.com/skymavis/tanto-kit
skymavis/tanto-kit
@sky-mavis/tanto-widget
/
dist
/
types
/
components
/
animated-containers
/
SmoothWidth.d.ts
3 lines
(2 loc)
•
188 B
TypeScript
View Raw
1
2
3
import
{
type
HTMLAttributes
}
from
'react'
;
export
declare
const
SmoothWidth
:
(
{ children, ...rest }:
HTMLAttributes
<
HTMLDivElement
>
) =>
import
(
"@emotion/react/jsx-runtime"
).
JSX
.
Element
;