UNPKG

277 BTypeScriptView Raw
1import * as React from "react";
2
3declare namespace MediaLeft {
4 export interface MediaLeftProps extends React.HTMLProps<MediaLeft> {
5 align?: string | undefined;
6 }
7}
8declare class MediaLeft extends React.Component<MediaLeft.MediaLeftProps> {}
9export = MediaLeft;