2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-03-13 11:57:29 +08:00
pngwn 817819d7a1
Fix the types ()
* fix types

* fail CI when typechecking fails

* maybe fix

* more fix

* remove all rferences to theme

* fix login
2022-07-21 19:12:46 +01:00
..
2022-07-21 19:12:46 +01:00
2022-05-17 14:58:12 +01:00
2022-03-02 16:42:43 +00:00

@gradio/button

<script>
	import { Button } from "@gradio/button";
</script>

<button type="primary|secondary" href="string" on:click="{e.detail === href}">
	content
</button>