返回 oh-my-ppt
1 import type { WorkspaceRibbonState } from '../types'
2
3 export interface ToolRowProps {
4 state: WorkspaceRibbonState
5 disabled: boolean
6 }
7
7 lines TYPESCRIPT