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) 172 B
import { HTMLAttributes, RefAttributes, } from 'react'; export interface IFooterOwnProps extends HTMLAttributes<HTMLElement>, RefAttributes<HTMLElement> {};