UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

7 lines (6 loc) 122 B
export interface TocItem { value?: string; content?: React.ReactNode; href?: string; items?: TocItem[]; }