fui-fancyui
Version:
FancyUI Libary
5 lines (4 loc) • 448 B
TypeScript
import { IGenerateThemeDesignForComponent } from '../generateThemeDesignForComponent';
type TGenerateOutlineStyle = Pick<IGenerateThemeDesignForComponent, '$outlined' | '$themeType' | 'theme' | '$layer' | '$outlinedBackgroundStrength' | '$backgroundState' | '$hoverColor' | '$textColor' | '$outlinedRemoveBorder'>;
export declare const generateOutlineStyle: (props: TGenerateOutlineStyle) => import('styled-components').RuleSet<object>;
export {};