UNPKG
cainthus-alex-library
Version:
latest (0.0.2)
0.0.2
Component React library for Cainthus - Alex Dashboard
cainthus-alex-library
/
build
/
helpers
/
components.d.ts
3 lines
(2 loc)
•
186 B
TypeScript
View Raw
1
2
3
export
declare
const
addClassNameWithModifiers
:
(
componentIdentifier
:
string
, ...
modifiers
:
string
[]
) =>
string
;
export
declare
const
addClassNames
:
(
...
classNames
:
string
[]
) =>
string
;