@vectrejs/vectre
Version:
Complete implementation of Spectre.css on Vue 2.x
12 lines (11 loc) • 327 B
TypeScript
export declare enum CardImagePositions {
before = "before",
after = "after"
}
export declare type CardImagePosition = keyof typeof CardImagePositions;
export declare enum CardImageSlots {
header = "header",
body = "body",
footer = "footer"
}
export declare type CardImageSlot = keyof typeof CardImageSlots;