UNPKG
beecode-otp-ui
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
OTP Frontend UI
github.com/beecodeguy/otp-ui
beecodeguy/otp-ui
beecode-otp-ui
/
dist
/
utils.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
import
{
type
ClassValue
}
from
"clsx"
;
export
declare
function
cn
(
...
args
:
ClassValue
[]
):
string
;