project init
This commit is contained in:
14
components/cell/cell.d.ts
vendored
Normal file
14
components/cell/cell.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user