UNPKG

test-ts-publish

Version:

A light-weight react toast component built for mobile web app

11 lines (10 loc) 198 B
import * as React from "react"; export interface a { name: string; } export declare type Test = { sdf: number; }; export default class extends React.Component { render(): JSX.Element; }