UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

4 lines (3 loc) 143 B
/// <reference types="react" /> import { ITabBrickProps } from './type'; export declare function TabBrick(props: ITabBrickProps): JSX.Element;