mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
@@ -1,6 +1,8 @@
|
||||
import { Attachment } from "revolt-api/types/Autumn";
|
||||
import styled, { css } from "styled-components/macro";
|
||||
|
||||
import { Ref } from "preact";
|
||||
|
||||
export interface IconBaseProps<T> {
|
||||
target?: T;
|
||||
url?: string;
|
||||
@@ -9,6 +11,8 @@ export interface IconBaseProps<T> {
|
||||
size: number;
|
||||
hover?: boolean;
|
||||
animate?: boolean;
|
||||
|
||||
innerRef?: Ref<any>;
|
||||
}
|
||||
|
||||
interface IconModifiers {
|
||||
|
||||
Reference in New Issue
Block a user