@wix/design-system
Version:
@wix/design-system
14 lines • 383 B
TypeScript
export default Content;
declare class Content extends React.PureComponent<any, any, any> {
constructor(props: any);
constructor(props: any, context: any);
}
declare namespace Content {
let displayName: string;
namespace defaultProps {
let visible: string;
let placement: string;
}
}
import React from 'react';
//# sourceMappingURL=Content.d.ts.map