generated from avior/template-web-astro
initial recommit
This commit is contained in:
4
src/components/global/Button/Props.d.ts
vendored
Normal file
4
src/components/global/Button/Props.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
export default interface Props extends astroHTML.JSX.AnchorHTMLAttributes {
|
||||
outline?: boolean
|
||||
ghost?: boolean
|
||||
}
|
Reference in New Issue
Block a user