@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
6 lines (5 loc) • 383 B
TypeScript
import { ExtractPropTypes } from "vue";
export type LayoutPanePosition = 'left' | 'center' | 'right' | 'top' | 'bottom';
export declare const layoutPaneProps: Record<string, any>;
export type LayoutPaneProps = ExtractPropTypes<typeof layoutPaneProps>;
export declare const layoutPanePropsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;