Skip to content

Commit

Permalink
Fixes liferay#1829 - Remove unnecessary spritemap from interface of t…
Browse files Browse the repository at this point in the history
…he Clay Model
  • Loading branch information
matuzalemsteles committed May 10, 2019
1 parent 041dbb3 commit cb4138b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/clay-modal/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ interface Props extends React.HTMLAttributes<HTMLDivElement>, IContext {
* The size of element modal.
*/
size?: Size;

/**
* The path to the SVG spritemap file containing the icons.
*/
spritemap?: string;
}

const Portal = ({children}: {children: React.ReactNode}) => {
Expand Down

0 comments on commit cb4138b

Please sign in to comment.