@atlaskit/media-ui
Version:
Includes common components and utilities used by other media packages
8 lines (7 loc) • 671 B
TypeScript
import { HTMLAttributes, ComponentClass } from 'react';
export declare const IconObjectOverrides = "\n & > span {\n height: 100%;\n width: 14px;\n & > svg {\n vertical-align: top;\n }\n }\n";
export declare const IconOverrides = "\n & > span > span {\n height: 100%;\n width: 14px;\n & > svg {\n vertical-align: top;\n }\n }\n";
export declare const IconWrapper: ComponentClass<HTMLAttributes<{}>>;
export declare const IconTitleWrapper: ComponentClass<HTMLAttributes<{}>>;
export declare const IconTitleHeadNoBreakWrapper: ComponentClass<HTMLAttributes<{}>>;
export declare const LozengeWrapper: ComponentClass<HTMLAttributes<{}>>;