UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

10 lines (8 loc) 171 B
import { HTMLAttributes, RefAttributes, } from 'react'; export interface IHeaderOwnProps extends HTMLAttributes<HTMLElement>, RefAttributes<HTMLElement> {}