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.d.ts
9 lines
(7 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare function createButton(
label
: string, link?: string): {
label
: string; link: string; variant:
"default"
; size:
"medium"
; }; export { createButton };