t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
13 lines (9 loc) • 304 B
TypeScript
export type { ExpandCardPropsType } from './props'
export interface ExpandCardImageListItemInterface {
url: string
text?: string
}
export type ExpandCardImageListType = ExpandCardImageListItemInterface[] | string[]
export interface ExpandCardISwitchExpandCardInterface {
(index: number): void
}