mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 15:47:08 +00:00
Update to esm, update deepslate (#244)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { ComponentChildren } from 'preact'
|
||||
import type { Octicon } from '.'
|
||||
import { Btn } from '.'
|
||||
import { useFocus } from '../hooks'
|
||||
import { useFocus } from '../hooks/index.js'
|
||||
import type { Octicon } from './index.js'
|
||||
import { Btn } from './index.js'
|
||||
|
||||
interface BtnMenuProps extends JSX.HTMLAttributes<HTMLDivElement> {
|
||||
icon?: keyof typeof Octicon,
|
||||
|
||||
Reference in New Issue
Block a user