Skip to content

Commit 39bddb5

Browse files
committed
cleaned typings
1 parent cf19783 commit 39bddb5

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

typings/declarations.d.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@ declare module '*.svg' {
44
export default content
55
}
66

7-
declare module 'solid-ui/components/actions/button'
8-
9-
interface SolidUIButtonElement extends HTMLElement {
10-
type: string
11-
variant: string
12-
size: string
13-
label: string
14-
disabled: boolean
15-
}
16-
17-
declare global {
18-
interface HTMLElementTagNameMap {
19-
'solid-ui-button': SolidUIButtonElement
20-
}
21-
}
22-
237
declare module '*.svg?raw' {
248
const content: string
259
export default content
@@ -38,5 +22,3 @@ declare module '*.png' {
3822
const content: string
3923
export default content
4024
}
41-
42-
declare module 'contacts-pane'

0 commit comments

Comments
 (0)