UNPKG

@benev/praxis

Version:
12 lines (8 loc) 174 B
import {Content} from "@benev/slate" export class Tab { constructor( public label: string, public title: string, public render: () => Content = () => null, ) {} }