UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

11 lines (10 loc) 430 B
import { type StyleValue } from "vue"; import type { TableDefaultToolbar } from "../typing"; import type { TableToolBarType } from "../components/types"; export declare const useToolBar: (props: TableToolBarType) => { t: any; showToolbars: import("vue").ComputedRef<TableDefaultToolbar[]>; toolbarStyle: (toolbarName: TableDefaultToolbar) => StyleValue; exportData: () => void; print: () => void; };