UNPKG
@epicpkgdemo/buttons
Version:
latest (1.9.0)
1.9.0
1.8.0
Button components for SlateUI
github.com/juristr/epicweb-slate-ui
juristr/epicweb-slate-ui
@epicpkgdemo/buttons
/
dist
/
index.js
13 lines
(12 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// src/buttons.ts
function
createButton(label,
link
) {
return
{ label,
link
, variant:
"default"
, size:
"medium"
}; }
export
{ createButton };