wix-style-react
Version:
wix-style-react
15 lines • 433 B
TypeScript
export default Affix;
declare function Affix({ children, value }: {
children: any;
value: any;
}): React.JSX.Element;
declare namespace Affix {
let displayName: string;
namespace propTypes {
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
let value: PropTypes.Requireable<string>;
}
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=Affix.d.ts.map