@st1myl/entrl-react
Advanced tools
Comparing version 1.0.131 to 1.0.132
import GenericPortal from "./GenericPortal"; | ||
export { GenericPortalProps } from "./GenericPortal"; | ||
export default GenericPortal; | ||
//# sourceMappingURL=index.d.ts.map |
import { Component } from "react"; | ||
import './header.scss'; | ||
export interface HeaderProps { | ||
interface HeaderProps { | ||
title: string; | ||
@@ -5,0 +4,0 @@ subheader: string[]; |
@@ -16,3 +16,2 @@ "use strict"; | ||
const GenericPortal_1 = __importDefault(require("../GenericPortal/GenericPortal")); | ||
require("./header.scss"); | ||
class Header extends react_1.Component { | ||
@@ -19,0 +18,0 @@ constructor() { |
import Header from "./Header"; | ||
export { HeaderProps } from "./Header"; | ||
export default Header; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,4 +0,4 @@ | ||
export { default as Header, HeaderProps } from "./Header"; | ||
export { default as Nav, NavProps } from './Nav'; | ||
export { default as GenericPortal, GenericPortalProps } from "./GenericPortal"; | ||
export { default as Header } from "./Header"; | ||
export { default as Nav } from './Nav'; | ||
export { default as GenericPortal } from "./GenericPortal"; | ||
//# sourceMappingURL=index.d.ts.map |
import Nav from "./Nav"; | ||
export { NavProps } from "./Nav"; | ||
export default Nav; | ||
//# sourceMappingURL=index.d.ts.map |
import { Component } from "react"; | ||
import './nav.scss'; | ||
export declare type NavProps = { | ||
declare type NavProps = { | ||
className?: string; | ||
@@ -5,0 +4,0 @@ items: string[]; |
@@ -15,3 +15,2 @@ "use strict"; | ||
const classnames_1 = __importDefault(require("classnames")); | ||
require("./nav.scss"); | ||
class Nav extends react_1.Component { | ||
@@ -18,0 +17,0 @@ constructor() { |
{ | ||
"name": "@st1myl/entrl-react", | ||
"author": "St1myL", | ||
"version": "1.0.131", | ||
"version": "1.0.132", | ||
"repository": "st1myl/entrl-react", | ||
@@ -30,2 +30,3 @@ "main": "./lib/index.js", | ||
"jest": "^24.7.1", | ||
"node-sass": "^4.11.0", | ||
"rimraf": "^2.6.3", | ||
@@ -32,0 +33,0 @@ "ts-jest": "^24.0.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46733
11
277