UNPKG

box-ui-elements-mlh

Version:
8 lines (7 loc) 343 B
import { TwoTonedIcon } from '../iconTypes'; interface SandboxesEmptyStateProps extends TwoTonedIcon { primaryColor?: string; secondaryColor?: string; } declare const SandboxesEmptyState: ({ className, primaryColor, secondaryColor, height, title, width, }: SandboxesEmptyStateProps) => JSX.Element; export default SandboxesEmptyState;