geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
11 lines • 682 B
TypeScript
export declare const AlertVariants: (props?: ({
variant?: "default" | "error" | "info" | "success" | "warning" | null | undefined;
shortContent?: boolean | null | undefined;
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
export declare const AlertContentVariants: (props?: ({
shortContent?: boolean | null | undefined;
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
export declare const AlertButtonVariants: (props?: ({
shortContent?: boolean | null | undefined;
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
//# sourceMappingURL=alert.styles.d.ts.map