generated from avior/template-web-astro
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
export default interface Props extends astroHTML.JSX.AnchorHTMLAttributes {
|
|
outline?: boolean
|
|
ghost?: boolean
|
|
}
|