kodama-ui
Version:
Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.
24 lines (23 loc) • 559 B
TypeScript
import { KSimpleTableColumn } from './k-simple-table.types';
declare const _default: {
columns: {
type: () => KSimpleTableColumn[];
required: boolean;
description: string;
};
data: {
type: () => any[];
default: () => never[];
description: string;
};
loading: {
type: BooleanConstructor;
default: boolean;
description: string;
};
maxHeight: {
type: (StringConstructor | NumberConstructor)[];
default: string;
};
};
export default _default;