mirror of
https://github.com/SomboChea/ui
synced 2026-01-17 08:35:47 +07:00
fix: updated type to fix unit test
This commit is contained in:
@@ -6,7 +6,7 @@ interface Props {
|
||||
text: string;
|
||||
capitalize?: boolean;
|
||||
weight?: string;
|
||||
modifiers?: null | undefined;
|
||||
modifiers?: any;
|
||||
}
|
||||
|
||||
const Wrapper = styled('div')`
|
||||
|
||||
Reference in New Issue
Block a user