UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

10 lines (9 loc) 294 B
/** @internal */ export interface ICardKindTreeNodeBranchIconProps { opened?: boolean; } /** @internal */ export declare const CardKindTreeNodeBranchIcon: import("styled-components").StyledComponent<"div", any, { className: string; } & ICardKindTreeNodeBranchIconProps, "className">;