UNPKG
@lookwe/lui
Version:
latest (1.3.3)
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
Lookwe UI web components
github.com/Lookwe69/lui
@lookwe/lui
/
components
/
button
/
internal
/
outlined-button.js
7 lines
(4 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
6
7
import { Button } from
'./button.js'
;
class
OutlinedButton
extends
Button
{ } export { OutlinedButton };