UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

11 lines (10 loc) 272 B
import { ListOrientation } from './List.types'; declare const CLASS_PREFIX = "md-list"; declare const DEFAULTS: { ORIENTATION: ListOrientation; INITIAL_FOCUS_NOT_SET: any; }; declare const STYLE: { wrapper: string; }; export { CLASS_PREFIX, DEFAULTS, STYLE };