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
/
cjs
/
utils.d.cts
6 lines
(5 loc)
•
159 B
text/typescript
View Raw
1
2
3
4
5
6
/** *
@author
shunzi <tobyzsj
@gmail
.com> *
@date
2024-03-30 17:07:35 */
export
declare
function
capitalizeFirstLetter
(
str:
string
):
string
;