mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
Re-write types for modal actions.
This commit is contained in:
@@ -6,6 +6,8 @@ interface Props {
|
||||
readonly error?: boolean;
|
||||
}
|
||||
|
||||
export type ButtonProps = Props & Omit<JSX.HTMLAttributes<HTMLButtonElement>, 'as'>;
|
||||
|
||||
export default styled.button<Props>`
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user