Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / atoms / Placeholder / ListPlaceholder / ListPlaceholder.d.ts
Size: Mime:
import React from 'react';
import { defaultRenderItem, defaultRenderList, defaultRenderWrapper } from './renderProps';
import { ListProps } from './typings';
declare class ListPlaceholder extends React.PureComponent<ListProps> {
    static defaultProps: {
        className: string;
        isHorizontalView: boolean;
        width: string;
        height: string;
        renderItem: typeof defaultRenderItem;
        renderList: typeof defaultRenderList;
        renderWrapper: typeof defaultRenderWrapper;
    };
    render(): React.ReactNode;
}
export { ListPlaceholder };
export default ListPlaceholder;