UNPKG

react-amphtml

Version:

Use amphtml components inside your React apps easily!

9 lines (8 loc) 206 B
import React from 'react'; export interface AmpStateProps { children?: any; id?: string; src?: string; } declare const AmpState: React.FunctionComponent<AmpStateProps>; export default AmpState;