fui-fancyui
Version:
FancyUI Libary
11 lines (10 loc) • 682 B
TypeScript
import { CSSProp } from 'styled-components';
import { TTheme } from '../../../types/TTheme';
import { TStyledPrefixAndPicker } from '../../../types/TStyledPrefixAndPicker';
import { TGenerateThemeForCardProps } from '../../../design/designFunctions/generateThemeForCard';
type TStyledHeader = TStyledPrefixAndPicker<TGenerateThemeForCardProps> & {
theme: TTheme;
$externalStyle?: CSSProp;
};
export declare const StyledHeader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, TStyledHeader>> & string;
export {};