fui-fancyui
Version:
FancyUI Libary
9 lines (8 loc) • 555 B
TypeScript
import { TTheme } from '../../../types/TTheme';
import { TFancyLine } from './TFancyLine.model';
import { TStyledPrefixAndPicker } from '../../../types/TStyledPrefixAndPicker';
type TStyledFancyLine = TStyledPrefixAndPicker<TFancyLine> & {
theme?: TTheme;
};
export declare const StyledFancyLine: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHRElement>, HTMLHRElement>, TStyledFancyLine>> & string;
export {};