first commit
This commit is contained in:
Generated
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
import { RelationsOptions, SuperComponent } from '../common/src/index';
|
||||
export default class IndexesAnchor extends SuperComponent {
|
||||
externalClasses: string[];
|
||||
properties: import("./type").TdIndexesAnchorProps;
|
||||
data: {
|
||||
prefix: string;
|
||||
classPrefix: string;
|
||||
anchorStyle: string;
|
||||
sticky: boolean;
|
||||
active: boolean;
|
||||
};
|
||||
relations: RelationsOptions;
|
||||
}
|
||||
Reference in New Issue
Block a user