File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030import type { EmbedPlatform } from ' @components/Social/Embed/client'
3131
32- interface Props {
32+ export interface Props {
3333 url: string
3434 platform? : EmbedPlatform
3535 className? : string
Original file line number Diff line number Diff line change 1818 * ```
1919 */
2020
21- interface Props {
21+ export interface Props {
2222 /**
2323 * Custom aria-label for accessibility
2424 * @default ' Share this'
Original file line number Diff line number Diff line change 66 * SPDX-License-Identifier: AGPL-3.0-only
77 */
88
9- interface Props {
9+ export interface Props {
1010 id? : string
1111}
1212
Original file line number Diff line number Diff line change 55 * and applies all configured markdown plugins.
66 */
77
8- interface Props {
8+ export interface Props {
99 /** The markdown content to render (from fixtures) */
1010 content: string
1111}
Original file line number Diff line number Diff line change 99import { fetchWebmentions } from ' @components/WebMentions/server'
1010import WebMentionItem from ' ./item.astro'
1111
12- interface Props {
12+ export interface Props {
1313 /** The absolute URL of the page to fetch webmentions for */
1414 url: string
1515 /** Show the facepile of recent mentions */
Original file line number Diff line number Diff line change 44 */
55import type { Webmention } from ' @components/WebMentions/@types'
66
7- interface Props {
7+ export interface Props {
88 mention: Webmention
99}
1010
You can’t perform that action at this time.
0 commit comments