mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-01 06:10:16 +08:00
feat: bump more deps (#14079)
This commit is contained in:
@@ -2,8 +2,10 @@ import type { HTMLAttributes, ReactNode } from 'react';
|
||||
|
||||
import { settingHeader, settingHeaderBeta } from './share.css';
|
||||
|
||||
interface SettingHeaderProps
|
||||
extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
|
||||
interface SettingHeaderProps extends Omit<
|
||||
HTMLAttributes<HTMLDivElement>,
|
||||
'title'
|
||||
> {
|
||||
title: ReactNode;
|
||||
subtitle?: ReactNode;
|
||||
beta?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user