6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
import { SystemStyleObject } from '@chakra-ui/system';
|
|
|
|
declare const commonStyles: SystemStyleObject;
|
|
|
|
export { commonStyles };
|