UNPKG

accelerator-core

Version:

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

16 lines (14 loc) 384 B
import { IFooter, } from '../../passages/IFooter'; import { IPassageContentContainerOwnProps, } from '../PassageContentContainer/IPassageContentContainerOwnProps'; import { MaybeReadonlyArray, } from '../../typeAliases/MaybeReadonlyArray'; export interface IPassageFootersOwnProps extends IPassageContentContainerOwnProps { readonly footers: MaybeReadonlyArray<IFooter>; }