UNPKG
react-box-overflow
Version:
latest (0.0.1)
0.0.1
Headless UI for automatically collapsing boxes when overflow in React.
react-box-overflow
/
dist
/
esm
/
types.d.ts
10 lines
(9 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@author
shunzi <tobyzsj
@gmail
.com> *
@date
2024-03-26 11:22:59 */
export
type
DataType
<
Key
extends
keyof
any
> = { [K
in
Key
]:
any
; } & { [
K
: keyof
any
]:
any
; };