init component
This commit is contained in:
12
node_modules/buetify/lib/components/image/BImage.d.ts
generated
vendored
Executable file
12
node_modules/buetify/lib/components/image/BImage.d.ts
generated
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
import 'bulma/sass/elements/image.sass';
|
||||
import { Classes } from '../../utils/mergeClasses';
|
||||
import { SetupContext } from 'vue';
|
||||
export interface BImageProps {
|
||||
src: string;
|
||||
alt: string;
|
||||
isRounded?: boolean;
|
||||
imgClass?: Classes;
|
||||
}
|
||||
export default function BImage(props: BImageProps, { attrs }: SetupContext): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
||||
[key: string]: any;
|
||||
}>;
|
||||
Reference in New Issue
Block a user