quote posts?

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-03-29 20:12:49 +02:00
parent 6023f69b2e
commit 6d4d96528c
4 changed files with 158 additions and 164 deletions

View File

@ -21,7 +21,7 @@ const alignItemsOptions = {
center: 'items-center',
};
interface IStack {
interface IStack extends React.HTMLAttributes<HTMLDivElement > {
space?: SIZES,
alignItems?: 'center',
justifyContent?: 'center',