UNPKG
@bliss-design-system/button
Version:
alpha (1.1.1-alpha.0)
beta (1.2.2-beta.0)
latest (1.8.0)
1.8.0
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.2-beta.0
1.2.1
1.2.1-beta.1
1.2.1-beta.0
1.2.0
1.1.1-alpha.0
1.1.0
1.0.1
1.0.0
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
1.0.0-alpha.0
Button component, or an anchor element styled as a button.
gitlab.com/bliss-design-system/components
@bliss-design-system/button
/
dist
/
index.d.ts
4 lines
(3 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
import
{
BlissButton
}
from
'./BlissButton.js'
;
declare
const
blissRegisterButton
:
() =>
void
;
export
{
BlissButton
, blissRegisterButton };