mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +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 = {
|
||||
to?: string | { pathname?: string; search?: string; hash?: string };
|
||||
children?: React.ReactNode;
|
||||
style?: React.CSSProperties;
|
||||
className?: string;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user