UNPKG

@cainiaofe/cn-ui-m

Version:
13 lines (12 loc) 354 B
import './index.scss'; import * as React from 'react'; import type { CnFilterProps } from './types'; export declare function CnFilter(props: CnFilterProps): React.JSX.Element; export declare namespace CnFilter { var displayName: string; var defaultProps: { formProps: {}; isSticky: boolean; positionFix: boolean; }; }