Update config, ButtonIcon, remove cloneElement

This commit is contained in:
2023-12-06 17:43:16 +07:00
parent 0a893aae3f
commit 7c7e6cd1b1
118 changed files with 718 additions and 624 deletions
@@ -1,14 +1,14 @@
import styled, { css } from 'styled-components';
// Types
import { TDirection } from '@type/common';
import { TDirection } from '@src/types/common';
interface IStyledFormRow {
direction?: TDirection;
}
// Styled
import Button from '@commonStyle/Button';
import Button from '@src/commons/styles/Button';
const StyledForm = styled.form`
display: flex;