File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @solved-ac/ui-react" ,
3- "version" : " 0.0.1-alpha.27 " ,
3+ "version" : " 0.0.1-alpha.28 " ,
44 "description" : " React component library used by solved.ac" ,
55 "author" : " shiftpsh" ,
66 "license" : " MIT" ,
7676 "files" : [
7777 " dist"
7878 ]
79- }
79+ }
Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ const EmptyStatePlaceholderContainer = styled.div<EmptyStatePlaceholderContainer
2323 text-align: center;
2424`
2525
26- // eslint-disable-next-line @typescript-eslint/no-empty-interface
27- export interface EmptyStatePlaceholderProps { }
26+ export interface EmptyStatePlaceholderProps {
27+ padding ?: 'none' | 'normal' | 'wide'
28+ }
2829
2930export const EmptyStatePlaceholder : PC < 'div' , EmptyStatePlaceholderProps > =
3031 React . forwardRef (
You can’t perform that action at this time.
0 commit comments