UNPKG

wix-style-react

Version:
15 lines 433 B
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