project init

This commit is contained in:
limqhz
2022-11-16 16:49:45 +08:00
parent 82dbb842ba
commit 597b107cf7
78 changed files with 1234 additions and 2524 deletions

View File

@@ -1,14 +0,0 @@
import { SuperComponent } from '../common/src/index';
export default class Cell extends SuperComponent {
externalClasses: string[];
options: {
multipleSlots: boolean;
};
properties: import("./type").TdCellProps;
data: {
prefix: string;
classPrefix: string;
};
onClick(e: any): void;
jumpLink(urlKey?: string, link?: string): void;
}