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