UNPKG

vuestic-ui

Version:
4 lines (3 loc) 209 B
import { type LayoutProps } from './useLayout'; export type AreaName = 'top' | 'left' | 'right' | 'bottom'; export declare const useGridTemplateArea: (props: LayoutProps) => import("vue").ComputedRef<string>;