mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
typescript migration
This commit is contained in:
7
hyperglass/ui/components/Table/TableIconButton.tsx
Normal file
7
hyperglass/ui/components/Table/TableIconButton.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { IconButton } from '@chakra-ui/core';
|
||||
|
||||
import type { IconButtonProps } from '@chakra-ui/core';
|
||||
|
||||
export const TableIconButton = (props: IconButtonProps) => (
|
||||
<IconButton size="sm" borderWidth={1} {...props} aria-label="Table Icon Button" />
|
||||
);
|
Reference in New Issue
Block a user