feat: props interface for back component
This commit is contained in:
parent
c10dacfb5f
commit
a2d4c8a2d6
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
---
|
---
|
||||||
|
export interface Props {
|
||||||
|
url: string;
|
||||||
|
}
|
||||||
const { url } = Astro.props;
|
const { url } = Astro.props;
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue