UNPKG

@jupyter/web-components

Version:

A component library for building extensions in Jupyter frontends.

13 lines (12 loc) 452 B
import { ElementStyles } from '@microsoft/fast-element'; import { FoundationElementTemplate, TreeItemOptions } from '@microsoft/fast-foundation'; /** * Tree item expand collapse button size CSS Partial * @public */ export declare const expandCollapseButtonSize: import("@microsoft/fast-element").CSSDirective; /** * Styles for Tree Item * @public */ export declare const treeItemStyles: FoundationElementTemplate<ElementStyles, TreeItemOptions>;