import React from 'react';

import {LabelText} from '@workday/canvas-kit-react/text';

export default () => <LabelText cursor="pointer">Label with Pointer</LabelText>;
