UNPKG

@bund-x/core

Version:

Master Components Core Library

8 lines 229 B
export function Alert({ style, callback, disabled, readOnly }: { style: any; callback: any; disabled?: boolean; readOnly?: boolean; }): JSX.Element; export default Alert; //# sourceMappingURL=Alert.d.ts.map