element-ui-for-gov
Version:
element-ui for gov
20 lines (14 loc) • 492 B
TypeScript
import { ElementUIComponentForGov } from './component'
/** Tab Pane Component */
export declare class ElTabPane extends ElementUIComponentForGov {
/** Title of the tab */
label: string
/** Whether Tab is disabled */
disabled: boolean
/** Identifier corresponding to the activeName of Tabs, representing the alias of the tab-pane */
name: string
/** Whether Tab is closable */
closable: boolean
/** Whether Tab is lazily rendered */
lazy: boolean
}