UNPKG
@thenewboston/utils
Version:
latest (1.0.1)
1.0.1
1.0.0
Utility files for the thenewboston community
github.com/thenewboston-developers/utils-js
@thenewboston/utils
/
dist
/
bemify
/
index.d.ts
4 lines
(3 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
export
declare
const
bemify
:
(
classNames
:
string
|
undefined
,
suffix
:
string
,
isVisible
?:
boolean
) =>
{ [
className
:
string
]:
boolean
; };