@cozy-blog/svelte-notion-page
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: AudioProps; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: BulletedListItemProps; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: CalloutProps; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
@@ -7,2 +7,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: CodeProps; | ||
depth: number; | ||
}; | ||
@@ -9,0 +10,0 @@ events: { |
import { SvelteComponentTyped } from "svelte"; | ||
import type { ColumnProps } from '../types'; | ||
declare const __propDef: { | ||
props: Record<string, never>; | ||
props: { | ||
depth: number; | ||
}; | ||
events: { | ||
@@ -6,0 +8,0 @@ [evt: string]: CustomEvent<any>; |
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: ColumnListProps; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
@@ -1,17 +0,5 @@ | ||
/** @typedef {typeof __propDef.props} DividerProps */ | ||
/** @typedef {typeof __propDef.events} DividerEvents */ | ||
/** @typedef {typeof __propDef.slots} DividerSlots */ | ||
export default class Divider extends SvelteComponentTyped<{ | ||
[x: string]: never; | ||
}, { | ||
[evt: string]: CustomEvent<any>; | ||
}, {}> { | ||
} | ||
export type DividerProps = typeof __propDef.props; | ||
export type DividerEvents = typeof __propDef.events; | ||
export type DividerSlots = typeof __propDef.slots; | ||
import { SvelteComponentTyped } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
[x: string]: never; | ||
depth: number; | ||
}; | ||
@@ -23,2 +11,7 @@ events: { | ||
}; | ||
export type DividerProps = typeof __propDef.props; | ||
export type DividerEvents = typeof __propDef.events; | ||
export type DividerSlots = typeof __propDef.slots; | ||
export default class Divider extends SvelteComponentTyped<DividerProps, DividerEvents, DividerSlots> { | ||
} | ||
export {}; |
@@ -5,2 +5,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: { | ||
depth: number; | ||
props: EquationProps; | ||
@@ -7,0 +8,0 @@ }; |
@@ -5,2 +5,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: { | ||
depth: number; | ||
block: Block; | ||
@@ -7,0 +8,0 @@ }; |
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: Heading_1_Props; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: Heading_2_Props; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: Heading_3_Props; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: ImageProps; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
@@ -5,2 +5,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: { | ||
depth: number; | ||
props: NumberedListItemProps; | ||
@@ -7,0 +8,0 @@ }; |
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: ParagraphProps; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: QuoteProps; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: TodoProps; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: ToggleProps; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
@@ -6,2 +6,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: VideoProps; | ||
depth: number; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
{ | ||
"name": "@cozy-blog/svelte-notion-page", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "@notionhq/client": "^2.2.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
85450
1393