UNPKG

kodama-ui

Version:

Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.

4 lines (3 loc) 194 B
import { KTableContext, KTableProps } from '../k-table.types'; export declare const enable404: import("vue").Ref<boolean>; export default function (ctx: KTableContext, props: KTableProps): any;