element-plus
Version:
A Component Library for Vue 3
5 lines (4 loc) • 395 B
TypeScript
import type { StyleValue } from 'vue';
export declare const visualHiddenProps: {
readonly style: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown, () => {}, boolean>;
};