prettier/tests/intersection/intersection.js

10 lines
271 B
JavaScript
Raw Normal View History

export type ReallyBigSocketServer = ReallyBigSocketServerInterface & ReallyBigSocketServerStatics;
type Props = {
focusedChildren?: React.Children,
onClick: () => void,
overlayChildren?: React.Children,
style?: Object,
thumbnail: ImageSource,
} & FooterProps;