feat(SW-322): implement two column list
This commit is contained in:
@@ -3,3 +3,7 @@ import type { Shortcut } from "@/types/trpc/routers/contentstack/blocks"
|
||||
export interface ShortcutsProps extends Shortcut {
|
||||
firstItem?: boolean
|
||||
}
|
||||
|
||||
export type ShortcutsListProps = {
|
||||
linkList: ShortcutsProps["shortcuts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user