UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

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