package.dist.utils.empties.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of styled-components Show documentation
Show all versions of styled-components Show documentation
CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.
The newest version!
import { Dict } from '../types';
export declare const EMPTY_ARRAY: readonly any[];
export declare const EMPTY_OBJECT: Readonly>;