UNPKG

@benev/praxis

Version:
8 lines (7 loc) 205 B
import { Content } from "@benev/slate"; export declare class Tab { label: string; title: string; render: () => Content; constructor(label: string, title: string, render?: () => Content); }