ktongue's picture
download
raw
451 Bytes
export interface ModalClasses {
/** Class name applied to the root element. */
root: string;
/** Class name applied to the root element if the `Modal` has exited. */
hidden: string;
/** Class name applied to the backdrop element. */
backdrop: string;
}
export type ModalClassKey = keyof ModalClasses;
export declare function getModalUtilityClass(slot: string): string;
declare const modalClasses: ModalClasses;
export default modalClasses;

Xet Storage Details

Size:
451 Bytes
·
Xet hash:
7362ae43b4680602d8e128e116be1259cb59e704c2e93ae462936226c52983bb

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.