File tree Expand file tree Collapse file tree 16 files changed +0
-34
lines changed
ui-focusable/src/Focusable Expand file tree Collapse file tree 16 files changed +0
-34
lines changed Original file line number Diff line number Diff line change 2121 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222 * SOFTWARE.
2323 */
24- import type { PropValidators } from '@instructure/shared-types'
25-
2624type ColorCardOwnProps = {
2725 hex : string
2826 name : string
Original file line number Diff line number Diff line change 2121 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222 * SOFTWARE.
2323 */
24- import type { PropValidators } from '@instructure/shared-types'
25-
2624
2725type ColorTableOwnProps = {
2826 colors : Record < string , string >
Original file line number Diff line number Diff line change 2121 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222 * SOFTWARE.
2323 */
24- import type { PropValidators } from '@instructure/shared-types'
25-
2624
2725type GuidelinesOwnProps = {
2826 children : React . ReactNode
Original file line number Diff line number Diff line change 2222 * SOFTWARE.
2323 */
2424import type { ComponentStyle , WithStyleProps } from '@instructure/emotion'
25- import type { PropValidators } from '@instructure/shared-types'
26-
2725import type { ParsedDocSummary } from '../../buildScripts/DataTypes.mjs'
2826
2927type HeroOwnProps = {
Original file line number Diff line number Diff line change 2222 * SOFTWARE.
2323 */
2424
25- import type { PropValidators } from '@instructure/shared-types'
26-
2725import type { ComponentStyle , WithStyleProps } from '@instructure/emotion'
2826import type { PropDescriptor } from 'react-docgen'
2927
Original file line number Diff line number Diff line change 2121 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222 * SOFTWARE.
2323 */
24- import type { PropValidators } from '@instructure/shared-types'
25-
2624
2725import type { JSDocFunctionReturns } from '../../buildScripts/DataTypes.mts'
2826
Original file line number Diff line number Diff line change 2121 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222 * SOFTWARE.
2323 */
24- import type { PropValidators } from '@instructure/shared-types'
25-
2624import { ReactNode } from 'react'
2725
2826type SectionOwnProps = {
Original file line number Diff line number Diff line change 2121 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222 * SOFTWARE.
2323 */
24- import type { PropValidators } from '@instructure/shared-types'
25-
2624import React from 'react'
2725import { Renderable } from '@instructure/shared-types'
2826
Original file line number Diff line number Diff line change 2222 * SOFTWARE.
2323 */
2424
25- import type { PropValidators } from '@instructure/shared-types'
26-
2725import type { DocDataType } from '../Document/props'
2826import { DocPropType } from '../Document/props'
2927
Original file line number Diff line number Diff line change 2121 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222 * SOFTWARE.
2323 */
24- import type { PropValidators } from '@instructure/shared-types'
25-
2624
2725type ThemeColorsOwnProps = {
2826 colors : Record < string , string >
You can’t perform that action at this time.
0 commit comments