Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
dom-helpers
/
cjs
/
camelizeStyle.d.ts
blob: 0c232be81f241839c40342e6e480708eccc5f830 [
file
] [
log
] [
blame
] [
edit
]
import
{
CamelProperty
,
Property
}
from
'./types'
;
export
default
function
camelizeStyleName
<
T
extends
string
=
Property
>(
string
:
T
):
CamelProperty
;