feat(WEB-304): remaning UI from design system primitives
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
export type HeaderProps = {
|
||||
link?: { href: string; text: string }
|
||||
link?: {
|
||||
href: string
|
||||
text: string
|
||||
}
|
||||
subtitle: string | null
|
||||
title: string | null
|
||||
topTitle?: boolean
|
||||
@@ -1,4 +1,5 @@
|
||||
export type ShortcutsProps = {
|
||||
firstItem?: boolean
|
||||
openInNewTab?: boolean
|
||||
shortcuts: {
|
||||
url: string
|
||||
|
||||
Reference in New Issue
Block a user