UNPKG

@kui-shell/plugin-client-common

Version:

Kui plugin that offers stylesheets

9 lines (8 loc) 254 B
import type { Tab } from '@kui-shell/core'; interface LocationProps { /** The top-level Tab in which this button is situated */ tab: Tab; /** The block in which this button is situated */ execUUID: string; } export default LocationProps;