init component
This commit is contained in:
7
node_modules/buetify/lib/components/navbar/BNavbarBurger.d.ts
generated
vendored
Executable file
7
node_modules/buetify/lib/components/navbar/BNavbarBurger.d.ts
generated
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
export interface BNavbarBurgerProps {
|
||||
tag?: string;
|
||||
isActive?: boolean;
|
||||
}
|
||||
export default function BNavbarBurger(props: BNavbarBurgerProps): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
||||
[key: string]: any;
|
||||
}>;
|
||||
Reference in New Issue
Block a user