UNPKG

@sajari/sdk-react

Version:
9 lines (8 loc) 220 B
import * as React from "react"; import { CSSObject } from "@emotion/css"; export interface TabProps { name: string; title: string; styles?: CSSObject; } export declare const Tab: React.SFC<TabProps>;