refactor: native feature management (#2350)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { ThemeDockIcon } from '../Component/ThemeDockIcon'
|
||||
import { ComponentFeatureDescription } from './ComponentFeatureDescription'
|
||||
|
||||
export type ThemeFeatureDescription = ComponentFeatureDescription & {
|
||||
/** Some themes can be layered on top of other themes */
|
||||
layerable?: boolean
|
||||
dock_icon?: ThemeDockIcon
|
||||
isDark?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user