UNPKG

nano-jsx

Version:

SSR first, lightweight 1kB JSX library.

17 lines 414 B
import { Component } from '../component.js'; interface TabsProps { onClick?: any; active?: number; scroll?: boolean; children?: any[]; } export declare const Tab: (props: any) => any; export declare class Tabs extends Component<TabsProps> { line: HTMLElement; items: HTMLElement[]; active: number; didMount(): void; render(): any; } export {}; //# sourceMappingURL=tabs.d.ts.map