mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
type(Link): LinkProps add style type (#44041)
This commit is contained in:
parent
4e32093adc
commit
d009fbdd4e
@ -6,6 +6,7 @@ import nprogress from 'nprogress';
|
|||||||
export type LinkProps = {
|
export type LinkProps = {
|
||||||
to?: string | { pathname?: string; search?: string; hash?: string };
|
to?: string | { pathname?: string; search?: string; hash?: string };
|
||||||
children?: React.ReactNode;
|
children?: React.ReactNode;
|
||||||
|
style?: React.CSSProperties;
|
||||||
className?: string;
|
className?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user