deno.land / x / lume@v2.1.4 / tests / assets / components / subfolder / _components / ts_button.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export const name = "button_ts";export const css = `.button_ts { color: white; background-color: blue;}`;
interface Props { text: string;}
export default function ({ text }: Props) { return `<button class="button_ts">${text}</button>`;}
lume

Version Info

Tagged at
7 months ago