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