All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.modifiers.hide.d.ts Maven / Gradle / Ivy

There is a newer version: 2.11.8
Show newest version
import type { Modifier } from "../types";
export declare type HideModifier = Modifier<"hide", {}>;
declare const _default: HideModifier;
export default _default;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy