@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
16 lines (15 loc) • 820 B
TypeScript
export declare const FileListItemPlaceholderWrapper:
import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const FileListItemPlaceholderIcon:
import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const FileListItemPlaceholderName:
import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const FileListItemPlaceholderVersion:
import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const FileListItemPlaceholderSettings:
import("styled-components").StyledComponent<"div", any, {}, never>;
export interface FileListItemPlaceholderComponentProps {
hidden?: boolean;
index: number;
}
export declare const FileListItemPlaceholderComponent: (props: FileListItemPlaceholderComponentProps) => any;