mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚒️ Design improvements.
This commit is contained in:
@@ -6,11 +6,16 @@ export interface CustomLinkProps {
|
||||
href: string;
|
||||
children: React.ReactNode;
|
||||
external?: boolean;
|
||||
font?: string;
|
||||
mr?: string;
|
||||
ml?: string;
|
||||
}
|
||||
|
||||
export interface CustomIconBtnProps {
|
||||
title: string;
|
||||
icon: React.ReactElement;
|
||||
mr?: string;
|
||||
ml?: string;
|
||||
onClick?: () => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user