mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-02 23:08:14 +00:00
inline scripts
This commit is contained in:
parent
fcd81353f8
commit
4bdc17d4a1
19 changed files with 187 additions and 69 deletions
quartz/components
8
quartz/components/types.ts
Normal file
8
quartz/components/types.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { ComponentType } from "preact"
|
||||
|
||||
export type QuartzComponent<Props> = {
|
||||
Component: ComponentType<Props>
|
||||
css?: string,
|
||||
beforeDOMLoaded?: string,
|
||||
afterDOMLoaded?: string,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue