UNPKG

fantoastic

Version:

A fantastic library for all your toast needs.

8 lines (7 loc) 200 B
import React from "react"; import "./test-component.scss"; interface IProps { theme: "primary" | "secondary"; } declare const TestComponent: React.FC<IProps>; export default TestComponent;