UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

9 lines (8 loc) 723 B
import { ExtractPropTypes } from 'vue'; export declare const tableProps: Record<string, any>; export type TablePropsType = ExtractPropTypes<typeof tableProps>; export declare const propsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>; export declare const propsResolverGenerator: (registerContext: import("../..").RegisterContext) => (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>; export declare const tableCellProps: Record<string, any>; export type TableCellProps = ExtractPropTypes<typeof tableCellProps>; export declare const TableCellPropsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;